From 61032da9f6f840c9c96af090d1810bc7a0734f4b Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期三, 30 七月 2025 17:18:14 +0800 Subject: [PATCH] 商品二维码跳转 --- pages.json | 57 +++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 49 insertions(+), 8 deletions(-) diff --git a/pages.json b/pages.json index 41ae757..c24f49c 100644 --- a/pages.json +++ b/pages.json @@ -719,7 +719,8 @@ "u-input": "view", "u-radio-group": "view", "u-radio": "view", - "u-picker": "view" + "u-picker": "view", + "u-icon":"view" } } }, @@ -1621,19 +1622,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": { @@ -1667,7 +1681,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" + } } }, { @@ -1784,15 +1809,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" + } } ] @@ -1932,7 +1972,7 @@ { "path": "userPermissions", "style": { - "navigationBarTitleText": "鐢ㄦ埛鏉冮檺", + "navigationBarTitleText": "搴楀憳绠$悊", "componentPlaceholder": { "u-icon": "view", "u-button": "view", @@ -1965,7 +2005,8 @@ "componentPlaceholder": { "u-navbar": "view", "u-search": "view", - "u-image": "view" + "u-image": "view", + "u-icon": "view" } } } -- Gitblit v1.8.0