From 61f585f9be4d5f2bb01f100d0002d2f6fae371d5 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 17 Apr 2026 14:56:28 +0800
Subject: [PATCH] feat: 购有趣IOS提交
---
pages.json | 63 ++++++++-----------------------
1 files changed, 16 insertions(+), 47 deletions(-)
diff --git a/pages.json b/pages.json
index 08253e7..135591f 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": "分类"
}
},
@@ -209,75 +210,43 @@
"style": {
"navigationBarTitleText": "联系客服"
}
- },
- {
- "path": "pages/quanyi/index",
- "style": {
- "navigationBarTitleText": "会员权益"
- }
- },
- {
- "path": "pages/quanyi/add",
- "style": {
- "navigationBarTitleText": "绑卡"
- }
- },
- {
- "path": "pages/quanshou/index",
- "style": {
- "navigationBarTitleText": "会员权收",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/web/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/web/xieyi",
- "style": {
- "navigationBarTitleText": "协议"
- }
}
],
"tabBar": {
"color": "#252938",
- "selectedColor": "#FF1472",
+ "selectedColor": "#4766FE",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"list": [
{
"pagePath": "pages/index/index",
- "iconPath": "static/imgs/tab-1.png",
- "selectedIconPath": "static/imgs/tab-s-1.png",
+ "iconPath": "static/imgs/tb1.png",
+ "selectedIconPath": "static/imgs/tb11.png",
"text": "首页"
},
- {
- "pagePath": "pages/cates/cates",
- "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",
- "selectedIconPath": "static/imgs/tab-s-3.png",
+ "iconPath": "static/imgs/tb3.png",
+ "selectedIconPath": "static/imgs/tb33.png",
"text": "购物车"
},
{
"pagePath": "pages/my/my",
- "iconPath": "static/imgs/tab-4.png",
- "selectedIconPath": "static/imgs/tab-s-4.png",
+ "iconPath": "static/imgs/tb4.png",
+ "selectedIconPath": "static/imgs/tb44.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
- "navigationBarTitleText": "齐享购",
+ "navigationBarTitleText": "购有趣",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
--
Gitblit v1.9.3