From 6009f0df18e9c5a6812d7fea40be7905f7f23f61 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期五, 27 九月 2024 21:44:29 +0800
Subject: [PATCH] feat(支付): 支持折扣券
---
pages.json | 56 +++++++++++++++-----------------------------------------
1 files changed, 15 insertions(+), 41 deletions(-)
diff --git a/pages.json b/pages.json
index aa8ca3e..79ca066 100644
--- a/pages.json
+++ b/pages.json
@@ -4,39 +4,26 @@
},
"pages": [
{
+ "path": "pay/index",
+ "style": {
+ "navigationBarTitleText": "鍐�椹夸粯",
+ "enablePullDownRefresh": false
+ // #ifdef H5
+ ,
+ "navigationStyle": "custom"
+ // #endif
+ }
+ },
+ {
"path": "pay/scanpay",
"style": {
- "navigationBarTitleText": "鏀粯",
+ "navigationBarTitleText": "鍚戝晢瀹朵粯娆�",
"enablePullDownRefresh": false
// #ifdef H5
,
"navigationStyle": "custom"
// #endif
}
- },
- {
- "path": "pay/discountpay",
- "style": {
- "navigationBarTitleText": "浼樻儬",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
-
- },
- {
- "path": "pay/register",
- "style": {
- "navigationBarTitleText": "娉ㄥ唽",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
-
},
{
"path": "pay/paySuccess",
@@ -48,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