From af06269d0709106155cc2b8531baf5553eeb72fe Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期四, 19 九月 2024 21:22:07 +0800
Subject: [PATCH] feat(支付): 优惠券 未查询到用户时展示空列表
---
pages.json | 42 ++++++++++++++----------------------------
1 files changed, 14 insertions(+), 28 deletions(-)
diff --git a/pages.json b/pages.json
index a3d7f67..79ca066 100644
--- a/pages.json
+++ b/pages.json
@@ -4,6 +4,17 @@
},
"pages": [
{
+ "path": "pay/index",
+ "style": {
+ "navigationBarTitleText": "鍐�椹夸粯",
+ "enablePullDownRefresh": false
+ // #ifdef H5
+ ,
+ "navigationStyle": "custom"
+ // #endif
+ }
+ },
+ {
"path": "pay/scanpay",
"style": {
"navigationBarTitleText": "鍚戝晢瀹朵粯娆�",
@@ -15,18 +26,6 @@
}
},
{
- "path": "pay/register",
- "style": {
- "navigationBarTitleText": "娉ㄥ唽",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
-
- },
- {
"path": "pay/paySuccess",
"style": {
"navigationBarTitleText": "鏀粯鎴愬姛",
@@ -36,26 +35,13 @@
"navigationStyle": "custom"
// #endif
}
-
- },
- {
- "path": "pay/login",
- "style": {
- "navigationBarTitleText": "閭桨鎯�",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
-
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
- "navigationBarTitleText": "閭桨鎯�",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
+ "navigationBarTitleText": "鍐�椹夸粯",
+ "navigationBarBackgroundColor": "#EDEDED",
+ "backgroundColor": "#EDEDED"
},
"uniIdRouter": {}
}
--
Gitblit v1.9.1