From 3b3e5a8f392623f273c5eda0a5bb975ceb922d1a Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期五, 20 九月 2024 16:19:32 +0800
Subject: [PATCH] feat(支付): 修复键盘弹出后遮挡实付金额

---
 pages.json |  127 ++++-------------------------------------
 1 files changed, 14 insertions(+), 113 deletions(-)

diff --git a/pages.json b/pages.json
index 9c049f4..79ca066 100644
--- a/pages.json
+++ b/pages.json
@@ -2,47 +2,31 @@
 	"easycom": {
 		"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
 	},
-	"pages": [{
-			"path": "pages/pay/scanpay",
+	"pages": [
+		{
+			"path": "pay/index",
 			"style": {
-				"navigationBarTitleText": "鏀粯",
+				"navigationBarTitleText": "鍐�椹夸粯",
 				"enablePullDownRefresh": false
 				// #ifdef H5
 				,
 				"navigationStyle": "custom"
 				// #endif
 			}
-		}, {
-			"path": "pages/pay/discountpay",
+		},
+		{
+			"path": "pay/scanpay",
 			"style": {
-				"navigationBarTitleText": "浼樻儬",
+				"navigationBarTitleText": "鍚戝晢瀹朵粯娆�",
 				"enablePullDownRefresh": false
 				// #ifdef H5
 				,
 				"navigationStyle": "custom"
 				// #endif
 			}
-
-		},{
-			"path": "pages/pay/wxpay",
-			"style": {
-				// #ifdef H5
-				"navigationStyle": "custom"
-				// #endif
-			}
-		}, {
-			"path": "pages/pay/register",
-			"style": {
-				"navigationBarTitleText": "娉ㄥ唽",
-				"enablePullDownRefresh": false
-				// #ifdef H5
-				,
-				"navigationStyle": "custom"
-				// #endif
-			}
-
-		}, {
-			"path": "pages/pay/paySuccess",
+		},
+		{
+			"path": "pay/paySuccess",
 			"style": {
 				"navigationBarTitleText": "鏀粯鎴愬姛",
 				"enablePullDownRefresh": false
@@ -51,96 +35,13 @@
 				"navigationStyle": "custom"
 				// #endif
 			}
-
-		}, {
-			"path": "pages/pay/scanRes",
-			"style": {
-				"navigationStyle": "custom"
-			}
-		}, {
-			"path": "pages/pay/login",
-			"style": {
-				"navigationBarTitleText": "鐧诲綍",
-				"enablePullDownRefresh": false
-				// #ifdef H5
-				,
-				"navigationStyle": "custom"
-				// #endif
-			}
-
-		}, {
-			"path": "pages/pay/addCardFirst",
-			"style": {
-				"navigationBarTitleText": "娣诲姞閾惰鍗�",
-				"enablePullDownRefresh": false
-				// #ifdef H5
-				,
-				"navigationStyle": "custom"
-				// #endif
-			}
-
-		}, {
-			"path": "pages/pay/addCardSecond",
-			"style": {
-				"navigationBarTitleText": "娣诲姞閾惰鍗�",
-				"enablePullDownRefresh": false
-				// #ifdef H5
-				,
-				"navigationStyle": "custom"
-				// #endif
-			}
-
-		}, {
-			"path": "pages/pay/addCardCode",
-			"style": {
-				"navigationBarTitleText": "閾惰鍗¢獙璇佺爜",
-				"enablePullDownRefresh": false
-				// #ifdef H5
-				,
-				"navigationStyle": "custom"
-				// #endif
-			}
-
-		}, {
-			"path": "pages/pay/bindCard/bindCard",
-			"style": {
-				"navigationBarTitleText": "缁戝畾閾惰鍗�",
-				"enablePullDownRefresh": false
-				// #ifdef H5
-				,
-				"navigationStyle": "custom"
-				// #endif
-			}
-
-		}, {
-			"path": "pages/pay/shuaKa/shuaKa",
-			"style": {
-				"navigationBarTitleText": "鍒峰崱娲诲姩",
-				"enablePullDownRefresh": false
-				// #ifdef H5
-				,
-				"navigationStyle": "custom"
-				// #endif
-			}
-
-		}, {
-			"path": "pages/pay/shuaKa/introduce",
-			"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