From bb52e0d4baffe8e0486c951e525b6614bd4aaa28 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期一, 24 四月 2023 14:08:56 +0800 Subject: [PATCH] 修改样式,修复已知bug --- store/index.js | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/store/index.js b/store/index.js index 1321749..45b8230 100644 --- a/store/index.js +++ b/store/index.js @@ -11,6 +11,12 @@ text: '棣栭〉' }, { + pagePath: 'pages/customer-page/customer-my/faYunstatistics/faYunstatistics', + iconPath: '../../static/tabBar-icon/statistics.png', + selectedIconPath: '../../static/tabBar-icon/statisticsactive.png', + text: '鍙戣繍缁熻' + }, + { pagePath: 'pages/tabbar-page/myPage-tabbar/myPage-tabbar', iconPath: '../../static/tabBar-icon/Gmine10.png', selectedIconPath: '../../static/tabBar-icon/Bmine57.png', @@ -22,6 +28,12 @@ iconPath: '../../static/tabBar-icon/Ghome.png', selectedIconPath: '../../static/tabBar-icon/Bhome.png', text: '棣栭〉' + }, + { + pagePath: 'pages/customer-page/customer-my/faYunstatistics/faYunstatistics', + iconPath: '../../static/tabBar-icon/statistics.png', + selectedIconPath: '../../static/tabBar-icon/statisticsactive.png', + text: '鍙戣繍缁熻' }, { pagePath: 'pages/tabbar-page/myPage-tabbar/myPage-tabbar', @@ -67,7 +79,7 @@ // 鏀瑰彉閲嶉噺 changeWeigh(state, payload) { state.globalweigh = payload - console.log(state.globalweigh, '閲嶉噺鏀瑰彉浜�') + console.log(state.globalweigh, '鍏ㄥ眬閲嶉噺鏀瑰彉浜�') }, // 娑堟伅鎺ㄩ�� pushMessage(state, payload) { -- Gitblit v1.9.1