From 8bd4d49111c7bf87588a9ec886b47cd46a45e70e Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Tue, 09 Jun 2026 15:16:38 +0800
Subject: [PATCH] feat:星享购 支付宝支付
---
pages.json | 21 ++++++++++++++-------
1 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/pages.json b/pages.json
index 7b32c95..500b0f4 100644
--- a/pages.json
+++ b/pages.json
@@ -244,6 +244,13 @@
}
},
{
+ "path": "pages/web/toUrl",
+ "style": {
+ "navigationStyle":"custom",
+ "navigationBarTitleText": ""
+ }
+ },
+ {
"path": "pages/vip/index",
"style": {
"navigationBarTitleText": "会员"
@@ -252,7 +259,7 @@
],
"tabBar": {
"color": "#252938",
- "selectedColor": "#FF1472",
+ "selectedColor": "#4766FE",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"list": [
@@ -262,12 +269,12 @@
"selectedIconPath": "static/imgs/tab-s-1.png",
"text": "首页"
},
- {
- "pagePath": "pages/vip/index",
- "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",
--
Gitblit v1.9.3