|
|
@ -7,31 +7,31 @@ Component({
|
|
|
|
list: [{
|
|
|
|
list: [{
|
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
"iconPath": "/components/tabbarComponent/icons/home.png",
|
|
|
|
"iconPath": "/components/tabbarComponent/icons/home.png",
|
|
|
|
"selectedIconPath": "/components/tabbarComponent/icons/homeActive.png",
|
|
|
|
"selectedIconPath": "icons/homeActive.png",
|
|
|
|
"text": "首页"
|
|
|
|
"text": "首页"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"pagePath": "pages/insight/index",
|
|
|
|
"pagePath": "pages/insight/index",
|
|
|
|
"iconPath": "/components/tabbarComponent/icons/insight.png",
|
|
|
|
"iconPath": "/components/tabbarComponent/icons/insight.png",
|
|
|
|
"selectedIconPath": "/components/tabbarComponent/icons/insightActive.png",
|
|
|
|
"selectedIconPath": "icons/insightActive.png",
|
|
|
|
"text": "洞察"
|
|
|
|
"text": "洞察"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"pagePath": "pages/brandSearch/index",
|
|
|
|
"pagePath": "pages/brandSearch/index",
|
|
|
|
"iconPath": "/components/tabbarComponent/icons/appSearch.png",
|
|
|
|
"iconPath": "/components/tabbarComponent/icons/appSearch.png",
|
|
|
|
"selectedIconPath": "/components/tabbarComponent/icons/appSearchActive.png",
|
|
|
|
"selectedIconPath": "icons/appSearchActive.png",
|
|
|
|
"text": "品牌搜索"
|
|
|
|
"text": "品牌搜索"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"pagePath": "pages/varComm/index",
|
|
|
|
"pagePath": "pages/varComm/index",
|
|
|
|
"iconPath": "/components/tabbarComponent/icons/varComm.png",
|
|
|
|
"iconPath": "/components/tabbarComponent/icons/varComm.png",
|
|
|
|
"selectedIconPath": "/components/tabbarComponent/icons/varCommActive.png",
|
|
|
|
"selectedIconPath": "icons/varCommActive.png",
|
|
|
|
"text": "对比"
|
|
|
|
"text": "对比"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"pagePath": "pages/mine/index",
|
|
|
|
"pagePath": "pages/mine/index",
|
|
|
|
"iconPath": "/components/tabbarComponent/icons/mine.png",
|
|
|
|
"iconPath": "/components/tabbarComponent/icons/mine.png",
|
|
|
|
"selectedIconPath": "/components/tabbarComponent/icons/mineActive.png",
|
|
|
|
"selectedIconPath": "icons/mineActive.png",
|
|
|
|
"text": "我的"
|
|
|
|
"text": "我的"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],//tabbar循环数据集
|
|
|
|
],//tabbar循环数据集
|
|
|
|