From 58600a13ffe0d5225573f404a7f66118bc05f850 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期一, 15 九月 2025 14:44:14 +0800 Subject: [PATCH] 处理登录后不显示问题 --- pages.json | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/pages.json b/pages.json index 861b104..4a7378d 100644 --- a/pages.json +++ b/pages.json @@ -1779,8 +1779,23 @@ } }, { + "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" : + "style" : { "navigationBarTitleText" : "淇敼璁㈠崟", "componentPlaceholder": { @@ -1796,7 +1811,7 @@ }, { "path" : "cardPack", - "style" : + "style" : { "navigationBarTitleText" : "浼樻儬鍔靛崱鍖�", "componentPlaceholder": { -- Gitblit v1.8.0