From c4dbfa7ab98c997b2f7af0aa39fe499d07462c9c Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期四, 27 七月 2023 15:57:25 +0800
Subject: [PATCH] Merge branch 'hotfix/类目跳转修复'

---
 uniapp/pages.json |   89 ++++++++++++++++++++++++++++++++++++--------
 1 files changed, 73 insertions(+), 16 deletions(-)

diff --git a/uniapp/pages.json b/uniapp/pages.json
index bf53169..0b182d2 100644
--- a/uniapp/pages.json
+++ b/uniapp/pages.json
@@ -4,6 +4,9 @@
 		"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
 	},
 	"pages": [
+	    {
+			"path": "pages/index/launchPage"
+		},
 		//棣栭〉
 		{
 			"path": "pages/index/index",
@@ -19,6 +22,10 @@
 		// 淇敼淇℃伅
 		{
 			"path": "pages/mine/setting/modifyInfo"
+		},
+		// 淇敼閭�璇风爜
+		{
+			"path": "pages/mine/setting/modifyInviteCode"
 		},
 		// 淇敼淇℃伅
 		{
@@ -457,6 +464,46 @@
 				}
 			}
 		},
+		// 姣斾环
+		{
+			"path": "pages/rankinglist/compareprice",
+			"style": {
+				"navigationStyle": "custom",
+				"app-plus": {
+					"titleNView": false
+				}
+			}
+		},
+		// 绾挎姤
+		{
+			"path": "pages/rankinglist/xianbao",
+			"style": {
+				"navigationStyle": "custom",
+				"app-plus": {
+					"titleNView": false
+				}
+			}
+		},
+		//鍏叡宓屽椤甸潰
+		{
+			"path": "pages/rankinglist/common_act",
+			"style": {
+				"navigationStyle": "custom",
+				"app-plus": {
+					"titleNView": false
+				}
+			}
+		},
+		//鍏叡涓浆椤�
+		{
+			"path": "pages/rankinglist/common_transfer",
+			"style": {
+				"navigationStyle": "custom",
+				"app-plus": {
+					"titleNView": false
+				}
+			}
+		},
 		// 瓒呯骇鍒嗙被
 		/* {
 			"path": "pages/classify/classify",
@@ -753,6 +800,10 @@
 		{
 			"path": "pages/login/wxlogin"
 		},
+		//濉啓閭�璇风爜
+		{
+			"path": "pages/login/setInviteCode"
+		},
 		{
 			"path": "pages/mine/seckill",
 			"style": {
@@ -852,33 +903,39 @@
 		// "height": "60px",
 		"list": [{
 				"pagePath": "pages/index/index",
-				"iconPath": "static/images/tabBar/home.png",
-				"selectedIconPath": "static/images/tabBar/homeActive.png",
+				"iconPath": "static/images/tabBar/ne_index.png",
+				"selectedIconPath": "static/images/tabBar/ne_index_act.png",
 				"text": " 棣栭〉"
 			},
 			{
 				"pagePath": "pages/rankinglist/fengqiang",
-				"iconPath": "static/images/tabBar/classify.png",
-				"selectedIconPath": "static/images/tabBar/classifyActive.png",
+				"iconPath": "static/images/tabBar/ne_qiang.png",
+				"selectedIconPath": "static/images/tabBar/ne_qiang_act.png",
 				"text": "鐤姠姒�"
 			},
 			{
-				"pagePath": "pages/find/find",
-				"iconPath": "static/images/tabBar/find.png",
-				"selectedIconPath": "static/images/tabBar/findactive.png",
-				"text": "閫涢��"
-			},
-			{
-				"pagePath": "pages/community/community",
-				"iconPath": "static/images/tabBar/talentSay.png",
-				"selectedIconPath": "static/images/tabBar/talentSayactive.png",
-				"text": "鏈湴鐢熸椿"
+				"pagePath": "pages/rankinglist/compareprice",
+				"iconPath": "static/images/tabBar/compareprice.png",
+				"selectedIconPath": "static/images/tabBar/compareprice_activity.png",
+				"text": "鎼滀綆浠�"
 			}, 
+			{
+				"pagePath": "pages/rankinglist/xianbao",
+				"iconPath": "static/images/tabBar/ne_xb.png",
+				"selectedIconPath": "static/images/tabBar/ne_xb_act.png",
+				"text": "绾挎姤"
+			},
+			/* {
+				"pagePath": "pages/community/community",
+				"iconPath": "static/images/tabBar/ne_bend.png",
+				"selectedIconPath": "static/images/tabBar/ne_bend_act.png",
+				"text": "鏈湴鐢熸椿"
+			}, */
 		 	
 			{
 				"pagePath": "pages/mine/mine",
-				"iconPath": "static/images/tabBar/mine.png",
-				"selectedIconPath": "static/images/tabBar/mineActive.png",
+				"iconPath": "static/images/tabBar/ne_mine.png",
+				"selectedIconPath": "static/images/tabBar/ne_mine_act.png",
 				"text": "鎴戠殑"
 			}
 		]

--
Gitblit v1.9.3