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 | 125 ++++++++++++++++++++++++++++++++++++-----
1 files changed, 110 insertions(+), 15 deletions(-)
diff --git a/pages.json b/pages.json
index aa8ca3e..fbd6b0a 100644
--- a/pages.json
+++ b/pages.json
@@ -2,9 +2,8 @@
"easycom": {
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
},
- "pages": [
- {
- "path": "pay/scanpay",
+ "pages": [{
+ "path": "pages/pay/scanpay",
"style": {
"navigationBarTitleText": "鏀粯",
"enablePullDownRefresh": false
@@ -13,9 +12,8 @@
"navigationStyle": "custom"
// #endif
}
- },
- {
- "path": "pay/discountpay",
+ }, {
+ "path": "pages/pay/discountpay",
"style": {
"navigationBarTitleText": "浼樻儬",
"enablePullDownRefresh": false
@@ -25,9 +23,37 @@
// #endif
}
- },
- {
- "path": "pay/register",
+ }, {
+ "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": {
+ // #ifdef H5
+ "navigationStyle": "custom"
+ // #endif
+ }
+ }, {
+ "path": "pages/pay/register",
"style": {
"navigationBarTitleText": "娉ㄥ唽",
"enablePullDownRefresh": false
@@ -37,9 +63,8 @@
// #endif
}
- },
- {
- "path": "pay/paySuccess",
+ }, {
+ "path": "pages/pay/paySuccess",
"style": {
"navigationBarTitleText": "鏀粯鎴愬姛",
"enablePullDownRefresh": false
@@ -49,9 +74,13 @@
// #endif
}
- },
- {
- "path": "pay/login",
+ }, {
+ "path": "pages/pay/scanRes",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ }, {
+ "path": "pages/pay/login",
"style": {
"navigationBarTitleText": "鐧诲綍",
"enablePullDownRefresh": false
@@ -61,6 +90,72 @@
// #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": {
--
Gitblit v1.9.1