From 55ee7bd313c7d8030ce8c547b18ad5f19507afd2 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期日, 30 十一月 2025 16:12:37 +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