From 1910ef8d7dcce95f68ebd6523af271f91d32c535 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Wed, 9 Jun 2021 16:39:04 +0800 Subject: [PATCH] no message --- client/index/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/index/index.js b/client/index/index.js index 9c62662..e76a7a1 100644 --- a/client/index/index.js +++ b/client/index/index.js @@ -11,7 +11,7 @@ Page({ fragment: app.globalData.safeFragmentHeight, tabList: [ { index: 0, value: 'message', badge: 0, name: '消息', blue: '/assets/tabbar/mall-blue.png', gray: '/assets/tabbar/mall-gray.png' }, - { index: 1, value: 'work', badge: 0, name: '工作台', blue: '/assets/tabbar/process-blue.png', gray: '/assets/tabbar/process-gray.png' }, + { index: 1, value: 'work', badge: 0, name: '工作台', blue: '/assets/tabbar/storage-blue.png', gray: '/assets/tabbar/storage-gray.png' }, { index: 2, value: 'home', badge: 0, name: '我的', blue: '/assets/tabbar/home-blue.png', gray: '/assets/tabbar/home-gray.png' } ], tabIndex: 1,