From 711a163d1943db0f8ea187a5790f0860564531ea Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期五, 01 八月 2025 10:40:07 +0800 Subject: [PATCH] 添加电话号码页面报错 --- pages.json | 25 ++++++++++++++++++++++--- 1 files changed, 22 insertions(+), 3 deletions(-) diff --git a/pages.json b/pages.json index c7c0890..bc3dc0d 100644 --- a/pages.json +++ b/pages.json @@ -632,7 +632,14 @@ "path": "set/securityCenter/bindMobile", "style": { "navigationBarTitleText": "缁戝畾鎵嬫満鍙�", - "app-plus": {} + "app-plus": {}, + "componentPlaceholder": { + "u-form": "view", + "u-form-item": "view", + "u-input": "view", + "u-verification-code": "view", + "u-icon": "view" + } } }, { @@ -1820,8 +1827,19 @@ { "path": "order-detail", "style": { - "navigationBarTitleText": "璁㈠崟璇︽儏" + "navigationBarTitleText": "璁㈠崟璇︽儏", + "componentPlaceholder": { + "u-icon": "view", + "u-button": "view", + "u-form": "view", + "u-form-item": "view", + "u-input": "view", + "u-popup": "view", + "u-search": "view", + "u-upload": "view" + } // "navigationStyle": "custom" + } } ] @@ -1994,7 +2012,8 @@ "componentPlaceholder": { "u-navbar": "view", "u-search": "view", - "u-image": "view" + "u-image": "view", + "u-icon": "view" } } } -- Gitblit v1.8.0