From 975644ced45e82a81d1d4488492ab9e3840b9605 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期六, 20 七月 2024 17:11:52 +0800
Subject: [PATCH] feat(支付): 支付成功页面

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

diff --git a/pages.json b/pages.json
index 2d2bc8a..63f4dd7 100644
--- a/pages.json
+++ b/pages.json
@@ -15,18 +15,6 @@
 			}
 		},
 		{
-			"path": "pay/discountpay",
-			"style": {
-				"navigationBarTitleText": "浼樻儬",
-				"enablePullDownRefresh": false
-				// #ifdef H5
-				,
-				"navigationStyle": "custom"
-				// #endif
-			}
-
-		},
-		{
 			"path": "pay/register",
 			"style": {
 				"navigationBarTitleText": "娉ㄥ唽",
@@ -53,7 +41,7 @@
 		{
 			"path": "pay/login",
 			"style": {
-				"navigationBarTitleText": "閭桨鎯�",
+				"navigationBarTitleText": "浣版儬浠�",
 				"enablePullDownRefresh": false
 				// #ifdef H5
 				,
@@ -65,7 +53,7 @@
 	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "閭桨鎯�",
+		"navigationBarTitleText": "浣版儬浠�",
 		"navigationBarBackgroundColor": "#FFFFFF",
 		"backgroundColor": "#FFFFFF"
 	},

--
Gitblit v1.9.1