From b8452670a1e2b3f415f8111a3c179f3a9a838b11 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期二, 16 九月 2025 10:52:17 +0800 Subject: [PATCH] 页面调整 --- pages.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 50 insertions(+), 0 deletions(-) diff --git a/pages.json b/pages.json index b6f90a9..4a7378d 100644 --- a/pages.json +++ b/pages.json @@ -1777,6 +1777,56 @@ "u-notice-bar": "view" } } + }, + { + "path" : "claim-coupon/claim-coupon", + "style" : + { + "navigationBarTitleText" : "浼樻儬鍒搁鍙�", + "enablePullDownRefresh" : true, + "componentPlaceholder": { + "u-image": "view", + "u-tag": "view", + "u-loading": "view", + "u-empty": "view", + "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