From 577042a77ff72607e2cd5de3a06f33a1c9d3f703 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期二, 16 九月 2025 10:54:17 +0800 Subject: [PATCH] Merge branch 'dev_fix_sub' into user_action --- pages.json | 62 +++++++++++++++++++++++++++++- 1 files changed, 59 insertions(+), 3 deletions(-) diff --git a/pages.json b/pages.json index d1d32fb..2dfbb3c 100644 --- a/pages.json +++ b/pages.json @@ -1719,7 +1719,20 @@ } }, { - "path": "afterSales/afterSalesDetailExpress" + "path": "afterSales/afterSalesDetailExpress", + "style": { + "componentPlaceholder":{ + "u-image": "view", + "u-icon": "view", + "u-form": "view", + "u-form-item": "view", + "u-input": "view", + "u-button": "view", + "u-select": "view", + "u-calendar": "view", + "u-toast": "view" + } + } }, { "path": "afterSales/afterSalesSelect", @@ -1727,7 +1740,15 @@ "navigationBarTitleText": "鐢宠鍞悗", "componentPlaceholder": { "u-image": "view", - "u-icon": "view" + "u-icon": "view", + "u-form": "view", + "u-form-item": "view", + "u-input": "view", + "u-button": "view", + "u-select": "view", + "u-calendar": "view", + "u-toast": "view" + } } }, @@ -1780,7 +1801,7 @@ }, { "path" : "claim-coupon/claim-coupon", - "style" : + "style" : { "navigationBarTitleText" : "浼樻儬鍒搁鍙�", "enablePullDownRefresh" : true, @@ -1792,6 +1813,41 @@ "u-modal":"view" } } + }, + { + "path" : "editOrderAddress/editOrderAddress", + "style" : + { + "navigationBarTitleText" : "淇敼璁㈠崟", + "componentPlaceholder": { + "u-image": "view", + "u-row": "view", + "u-col": "view", + "u-input": "view", + "u-icon": "view", + "u-select": "view", + "u-notice-bar": "view" + } + } + }, + { + "path" : "cardPack", + "style" : + { + "navigationBarTitleText" : "浼樻儬鍔靛崱鍖�", + "componentPlaceholder": { + "u-navbar": "view", + "u-checkbox-group": "view", + "u-checkbox": "view", + "u-swipe-action": "view", + "u-image": "view", + "u-icon": "view", + "u-count-down": "view", + "u-modal": "view", + "u-popup": "view", + "u-empty": "view" + } + } } ] }, -- Gitblit v1.8.0