From d5306c224a91b37869d2b96ba03d5a7152bd11e2 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 23 十二月 2024 21:20:26 +0800
Subject: [PATCH] feat(支持线上订单支付 ):
---
pages.json | 26 ++++++++++++--------------
1 files changed, 12 insertions(+), 14 deletions(-)
diff --git a/pages.json b/pages.json
index 90db23e..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": "鍚戝晢瀹朵粯娆�",
@@ -24,24 +35,11 @@
"navigationStyle": "custom"
// #endif
}
-
- },
- {
- "path": "pay/login",
- "style": {
- "navigationBarTitleText": "浣版儬浠�",
- "enablePullDownRefresh": false
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
-
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
- "navigationBarTitleText": "浣版儬浠�",
+ "navigationBarTitleText": "鍐�椹夸粯",
"navigationBarBackgroundColor": "#EDEDED",
"backgroundColor": "#EDEDED"
},
--
Gitblit v1.9.1