From c056f6f5442d3b0ec29b20f24deb1ad914d2d8f1 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期五, 30 八月 2024 21:15:27 +0800
Subject: [PATCH] feat(支付): 去除无用代码、依赖

---
 pages.json |   34 +++++-----------------------------
 1 files changed, 5 insertions(+), 29 deletions(-)

diff --git a/pages.json b/pages.json
index aa8ca3e..90db23e 100644
--- a/pages.json
+++ b/pages.json
@@ -6,37 +6,13 @@
 		{
 			"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",
@@ -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