From cb7b59c784d5cfe3f1b78328ecf18bb3dacd384c Mon Sep 17 00:00:00 2001 From: xiaowen <372193233@qq.com> Date: Wed, 29 Jun 2022 09:43:58 +0800 Subject: [PATCH] cxw-010203 --- custom-tab-bar/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/custom-tab-bar/index.js b/custom-tab-bar/index.js index 099c9f5..6b8a3a7 100644 --- a/custom-tab-bar/index.js +++ b/custom-tab-bar/index.js @@ -1,7 +1,7 @@ Component({ data: { selected: null, //当前选中的tab下标 - color: "#1E1E1E", + color: "#A0A0A0", selectedColor: "#646464", //tabbar选中字体颜色 list: [{ "pagePath": "pages/index/index", @@ -19,7 +19,8 @@ Component({ "pagePath": "pages/brandSearch/index", "iconPath": "icons/appSearch.png", "selectedIconPath": "icons/appSearchActive.png", - "text": "品牌搜索" + "text": "", + diyClass: 'diy' }, { "pagePath": "pages/varComm/index",