From 6c7fecf52405e132e3573b43a7206f99026a1fd8 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期一, 04 八月 2025 18:13:05 +0800 Subject: [PATCH] 商家入驻同意协议,优惠卷领取状态 --- pages.json | 88 ++++++++++++++++++++++++++++++++++++------- 1 files changed, 73 insertions(+), 15 deletions(-) diff --git a/pages.json b/pages.json index 1211af5..9d92817 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" + } } }, { @@ -858,7 +865,8 @@ "u-navbar": "view", "u-button": "view", "u-image": "view", - "u-loadmore": "view" + "u-loadmore": "view", + "u-empty":"view" } } }, @@ -1622,19 +1630,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": { @@ -1668,7 +1689,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" + } } }, { @@ -1796,8 +1828,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" + } } ] @@ -1872,7 +1915,7 @@ { "path": "news", "style": { - "navigationBarTitleText": "鏂伴椈", + "navigationBarTitleText": "蹇", "componentPlaceholder": { "u-icon": "view", "u-button": "view", @@ -1891,7 +1934,7 @@ { "path": "detail", "style": { - "navigationBarTitleText": "鏂伴椈璇︽儏", + "navigationBarTitleText": "蹇璇︽儏", "componentPlaceholder": { "u-icon": "view", "u-button": "view", @@ -1970,9 +2013,24 @@ "componentPlaceholder": { "u-navbar": "view", "u-search": "view", - "u-image": "view" + "u-image": "view", + "u-icon": "view" } } + }, + { + "path" : "coups-goods-list", + "style" : + { + "navigationStyle": "custom", + "navigationBarTitleText" : "浼樻儬鍗峰晢鍝侀〉闈�", + "componentPlaceholder": { + "u-navbar": "view", + "u-search": "view", + "u-image": "view", + "u-icon": "view" + } + } } ] }, @@ -2007,12 +2065,12 @@ { "root": "pages/cusbar", "pages": [ - { - "path": "special/special", - "style": { - "navigationBarTitleText": "涓撻" - } - }, + // { + // "path": "special/special", + // "style": { + // "navigationBarTitleText": "涓撻" + // } + // }, { "path": "cart/cartList", "style": { -- Gitblit v1.8.0