From 80763662ffaefa7e49cf541201c689f61f5a3caa Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期日, 30 十一月 2025 19:28:49 +0800
Subject: [PATCH] feat(pay): 充值页面增加积分显示

---
 pages.json |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/pages.json b/pages.json
index 9c049f4..fbd6b0a 100644
--- a/pages.json
+++ b/pages.json
@@ -23,6 +23,28 @@
 				// #endif
 			}
 
+		}, {
+			"path": "pages/pay/recharge",
+			"style": {
+				"navigationBarTitleText": "浼氬憳鍏呭��",
+				"enablePullDownRefresh": false
+				// #ifdef H5
+				,
+				"navigationStyle": "custom"
+				// #endif
+			}
+
+		}, {
+			"path": "pages/pay/vipEwm",
+			"style": {
+				"navigationBarTitleText": "浼氬憳鐮�",
+				"enablePullDownRefresh": false
+				// #ifdef H5
+				,
+				"navigationStyle": "custom"
+				// #endif
+			}
+
 		},{
 			"path": "pages/pay/wxpay",
 			"style": {

--
Gitblit v1.9.1