From a170c29ecae3c2be9221f11c644a790f9adaf6fc Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Wed, 22 Apr 2026 17:59:47 +0800
Subject: [PATCH] feat: xxg隐藏微信支付,开启银行卡支付
---
pages.json | 46 ++++++++++++++++++++++++++++------------------
1 files changed, 28 insertions(+), 18 deletions(-)
diff --git a/pages.json b/pages.json
index 9023e42..f4a0d58 100644
--- a/pages.json
+++ b/pages.json
@@ -4,13 +4,14 @@
"path": "pages/index/index",
"style": {
"navigationStyle":"custom",
- "navigationBarTitleText": "齐享购"
+ "navigationBarTitleText": "星享购"
}
},
{
"path" : "pages/cates/cates",
"style" :
{
+ "navigationStyle":"custom",
"navigationBarTitleText": "分类"
}
},
@@ -213,36 +214,39 @@
{
"path": "pages/quanyi/index",
"style": {
- "navigationBarTitleText": "权益",
- "navigationStyle":"custom"
+ "navigationStyle":"custom",
+ "navigationBarTitleText": "会员权益"
}
},
{
"path": "pages/quanyi/add",
"style": {
- "navigationBarTitleText": "绑卡",
- "navigationStyle":"custom"
+ "navigationBarTitleText": "添加银行卡"
}
},
{
"path": "pages/quanshou/index",
"style": {
- "navigationBarTitleText": "绑卡",
- "navigationStyle":"custom"
+ "navigationStyle":"custom",
+ "navigationBarTitleText": "会员权收"
}
},
{
"path": "pages/web/index",
"style": {
- "navigationBarTitleText": "绑卡",
- "navigationStyle":"custom"
+ "navigationBarTitleText": ""
}
},
{
"path": "pages/web/xieyi",
"style": {
- "navigationBarTitleText": "协议",
- "navigationStyle":"custom"
+ "navigationBarTitleText": "协议"
+ }
+ },
+ {
+ "path": "pages/vip/index",
+ "style": {
+ "navigationBarTitleText": "会员"
}
}
],
@@ -258,12 +262,18 @@
"selectedIconPath": "static/imgs/tab-s-1.png",
"text": "首页"
},
- {
- "pagePath": "pages/cates/cates",
- "iconPath": "static/imgs/tab-2.png",
- "selectedIconPath": "static/imgs/tab-s-2.png",
- "text": "分类"
- },
+ // {
+ // "pagePath": "pages/vip/index",
+ // "iconPath": "/static/imgs/tab-2.png",
+ // "selectedIconPath": "/static/imgs/tab-s-2.png",
+ // "text": "会员"
+ // },
+ // {
+ // "pagePath": "pages/cates/cates",
+ // "iconPath": "/static/imgs/tb2.png",
+ // "selectedIconPath": "/static/imgs/tb2.png",
+ // "text": "分类"
+ // },
{
"pagePath": "pages/carts/carts",
"iconPath": "static/imgs/tab-3.png",
@@ -280,7 +290,7 @@
},
"globalStyle": {
"navigationBarTextStyle": "black",
- "navigationBarTitleText": "齐享购",
+ "navigationBarTitleText": "星享购",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
--
Gitblit v1.9.3