From 5f3922cb7573c208d1a9fc5577178f8d8e2747c3 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 05 八月 2024 10:55:19 +0800
Subject: [PATCH] feat(支付): 支持C扫B动态码支付
---
pages.json | 32 ++++----------------------------
1 files changed, 4 insertions(+), 28 deletions(-)
diff --git a/pages.json b/pages.json
index 2d2bc8a..90db23e 100644
--- a/pages.json
+++ b/pages.json
@@ -15,30 +15,6 @@
}
},
{
- "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",
"style": {
"navigationBarTitleText": "鏀粯鎴愬姛",
@@ -53,7 +29,7 @@
{
"path": "pay/login",
"style": {
- "navigationBarTitleText": "閭桨鎯�",
+ "navigationBarTitleText": "浣版儬浠�",
"enablePullDownRefresh": false
// #ifdef H5
,
@@ -65,9 +41,9 @@
],
"globalStyle": {
"navigationBarTextStyle": "black",
- "navigationBarTitleText": "閭桨鎯�",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
+ "navigationBarTitleText": "浣版儬浠�",
+ "navigationBarBackgroundColor": "#EDEDED",
+ "backgroundColor": "#EDEDED"
},
"uniIdRouter": {}
}
--
Gitblit v1.9.1