From 4d4848ecda65adf399cd15a83049a4435e9a06c7 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期四, 08 八月 2024 11:35:21 +0800
Subject: [PATCH] feat(支付): 登录逻辑修噶

---
 pages.json |   16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/pages.json b/pages.json
index 63f4dd7..90db23e 100644
--- a/pages.json
+++ b/pages.json
@@ -15,18 +15,6 @@
 			}
 		},
 		{
-			"path": "pay/register",
-			"style": {
-				"navigationBarTitleText": "娉ㄥ唽",
-				"enablePullDownRefresh": false
-				// #ifdef H5
-				,
-				"navigationStyle": "custom"
-				// #endif
-			}
-
-		},
-		{
 			"path": "pay/paySuccess",
 			"style": {
 				"navigationBarTitleText": "鏀粯鎴愬姛",
@@ -54,8 +42,8 @@
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
 		"navigationBarTitleText": "浣版儬浠�",
-		"navigationBarBackgroundColor": "#FFFFFF",
-		"backgroundColor": "#FFFFFF"
+		"navigationBarBackgroundColor": "#EDEDED",
+		"backgroundColor": "#EDEDED"
 	},
 	"uniIdRouter": {}
 }

--
Gitblit v1.9.1