From 2506d5d77b57575df2f0d33fa56d89895fdecbc0 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Wed, 27 May 2026 15:52:16 +0800
Subject: [PATCH] feat:星享购 绑卡 倒计时优化+首页新增“退款政策”弹窗
---
pages.json | 48 ++++++++++++++++++++++++++++++++++--------------
1 files changed, 34 insertions(+), 14 deletions(-)
diff --git a/pages.json b/pages.json
index 08253e7..500b0f4 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,27 +214,27 @@
{
"path": "pages/quanyi/index",
"style": {
+ "navigationStyle":"custom",
"navigationBarTitleText": "会员权益"
}
},
{
"path": "pages/quanyi/add",
"style": {
- "navigationBarTitleText": "绑卡"
+ "navigationBarTitleText": "添加银行卡"
}
},
{
"path": "pages/quanshou/index",
"style": {
- "navigationBarTitleText": "会员权收",
- "navigationStyle":"custom"
+ "navigationStyle":"custom",
+ "navigationBarTitleText": "会员权收"
}
},
{
"path": "pages/web/index",
"style": {
- "navigationBarTitleText": "",
- "navigationStyle":"custom"
+ "navigationBarTitleText": ""
}
},
{
@@ -241,11 +242,24 @@
"style": {
"navigationBarTitleText": "协议"
}
+ },
+ {
+ "path": "pages/web/toUrl",
+ "style": {
+ "navigationStyle":"custom",
+ "navigationBarTitleText": ""
+ }
+ },
+ {
+ "path": "pages/vip/index",
+ "style": {
+ "navigationBarTitleText": "会员"
+ }
}
],
"tabBar": {
"color": "#252938",
- "selectedColor": "#FF1472",
+ "selectedColor": "#4766FE",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"list": [
@@ -255,12 +269,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",
@@ -277,7 +297,7 @@
},
"globalStyle": {
"navigationBarTextStyle": "black",
- "navigationBarTitleText": "齐享购",
+ "navigationBarTitleText": "星享购",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
--
Gitblit v1.9.3