From 280bbc8fca6c6b52a334996258cd7d86532369d7 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期四, 27 七月 2023 15:57:26 +0800 Subject: [PATCH] Merge tag '类目跳转修复' into develop --- uniapp/pages.json | 50 ++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 38 insertions(+), 12 deletions(-) diff --git a/uniapp/pages.json b/uniapp/pages.json index 5abad81..0b182d2 100644 --- a/uniapp/pages.json +++ b/uniapp/pages.json @@ -464,6 +464,16 @@ } } }, + // 姣斾环 + { + "path": "pages/rankinglist/compareprice", + "style": { + "navigationStyle": "custom", + "app-plus": { + "titleNView": false + } + } + }, // 绾挎姤 { "path": "pages/rankinglist/xianbao", @@ -477,6 +487,16 @@ //鍏叡宓屽椤甸潰 { "path": "pages/rankinglist/common_act", + "style": { + "navigationStyle": "custom", + "app-plus": { + "titleNView": false + } + } + }, + //鍏叡涓浆椤� + { + "path": "pages/rankinglist/common_transfer", "style": { "navigationStyle": "custom", "app-plus": { @@ -883,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/fqbico_un.png", - "selectedIconPath": "static/images/tabBar/fqbico_in.png", + "iconPath": "static/images/tabBar/ne_qiang.png", + "selectedIconPath": "static/images/tabBar/ne_qiang_act.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/find.png", - "selectedIconPath": "static/images/tabBar/findactive.png", + "iconPath": "static/images/tabBar/ne_xb.png", + "selectedIconPath": "static/images/tabBar/ne_xb_act.png", "text": "绾挎姤" }, - { + /* { "pagePath": "pages/community/community", - "iconPath": "static/images/tabBar/talentSay.png", - "selectedIconPath": "static/images/tabBar/talentSayactive.png", + "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