|
|
|
@ -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",
|
|
|
|
|