From 711a163d1943db0f8ea187a5790f0860564531ea Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期五, 01 八月 2025 10:40:07 +0800
Subject: [PATCH] 添加电话号码页面报错

---
 pages.json |   72 +++++++++++++++++++++++++++++++-----
 1 files changed, 62 insertions(+), 10 deletions(-)

diff --git a/pages.json b/pages.json
index 4c5472b..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"
+			}
           }
         },
         {
@@ -719,7 +726,8 @@
               "u-input": "view",
               "u-radio-group": "view",
               "u-radio": "view",
-              "u-picker": "view"
+              "u-picker": "view",
+			  "u-icon":"view"
             }
           }
         },
@@ -1438,7 +1446,11 @@
         {
           "path": "coupon/index",
           "style": {
-            "navigationBarTitleText": "浼樻儬鍒�"
+            "navigationBarTitleText": "浼樻儬鍒�",
+			"componentPlaceholder": {
+			  "u-tabs": "view",
+			  "u-empty": "view"
+			}
           }
         },
         {
@@ -1617,19 +1629,32 @@
         {
           "path": "afterSales/applyProgress",
           "style": {
-            "navigationBarTitleText": "鍞悗鏈嶅姟"
+            "navigationBarTitleText": "鍞悗鏈嶅姟",
+			"componentPlaceholder": {
+			  "u-time-line": "view",
+			  "u-time-line-item": "view",
+			  "u-empty": "view"
+			}
           }
         },
         {
           "path": "afterSales/applyDetail",
           "style": {
-            "navigationBarTitleText": "鍞悗鏈嶅姟"
+            "navigationBarTitleText": "鍞悗鏈嶅姟",
+			"componentPlaceholder": {
+			  "u-icon": "view",
+			  "u-image": "view"
+			}
           }
         },
         {
           "path": "afterSales/applySuccess",
           "style": {
             "navigationBarTitleText": "鎻愪氦鎴愬姛",
+			"componentPlaceholder": {
+			  "u-icon": "view",
+			  "u-button": "view"
+			},
             "app-plus": {
               "bounce": "none",
               "titleNView": {
@@ -1663,7 +1688,18 @@
         {
           "path": "afterSales/afterSalesDetail",
           "style": {
-            "navigationBarTitleText": "鐢宠鍞悗"
+            "navigationBarTitleText": "鐢宠鍞悗",
+			"componentPlaceholder": {
+			  "u-form": "view",
+			  "u-image": "view",
+			  "u-number-box": "view",
+			  "u-form-item": "view",
+			  "u-input": "view",
+			  "u-upload": "view",
+			  "u-button": "view",
+			  "u-select": "view",
+			  "u-toast": "view"
+			}
           }
         },
         {
@@ -1780,15 +1816,30 @@
         {
           "path": "suppler-order",
           "style": {
-            "navigationBarTitleText": "渚涘簲鍟嗙"
+            "navigationBarTitleText": "渚涘簲鍟嗙",
             // "navigationStyle": "custom"
+			"componentPlaceholder":{
+				"u-empty":"view",
+				"u-image":"view"
+			}
           }
         },
         {
           "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"
+			
           }
         }
       ]
@@ -1928,7 +1979,7 @@
         {
           "path": "userPermissions",
           "style": {
-            "navigationBarTitleText": "鐢ㄦ埛鏉冮檺",
+            "navigationBarTitleText": "搴楀憳绠$悊",
             "componentPlaceholder": {
               "u-icon": "view",
               "u-button": "view",
@@ -1961,7 +2012,8 @@
             "componentPlaceholder": {
               "u-navbar": "view",
               "u-search": "view",
-              "u-image": "view"
+              "u-image": "view",
+			  "u-icon": "view"
             }
           }
         }

--
Gitblit v1.8.0