dev
xiaowen 3 years ago
parent 4f7e3808ca
commit d560e7a596

@ -18,32 +18,32 @@
"custom": true, "custom": true,
"list": [{ "list": [{
"pagePath": "pages/index/index", "pagePath": "pages/index/index",
"iconPath": "/components/tabbarComponent/icons/home.png", "iconPath": "/custom-tab-bar/icons/home.png",
"selectedIconPath": "/components/tabbarComponent/icons/homeActive.png", "selectedIconPath": "/custom-tab-bar/icons/homeActive.png",
"text": "首页" "text": "首页"
}, },
{ {
"pagePath": "pages/insight/index", "pagePath": "pages/insight/index",
"iconPath": "/components/tabbarComponent/icons/insight.png", "iconPath": "/custom-tab-bar/icons/insight.png",
"selectedIconPath": "/components/tabbarComponent/icons/insightActive.png", "selectedIconPath": "/custom-tab-bar/icons/insightActive.png",
"text": "洞察" "text": "洞察"
}, },
{ {
"pagePath": "pages/brandSearch/index", "pagePath": "pages/brandSearch/index",
"iconPath": "/components/tabbarComponent/icons/appSearch.png", "iconPath": "/custom-tab-bar/icons/appSearch.png",
"selectedIconPath": "/components/tabbarComponent/icons/appSearchActive.png", "selectedIconPath": "/custom-tab-bar/icons/appSearchActive.png",
"text": "品牌搜索" "text": "品牌搜索"
}, },
{ {
"pagePath": "pages/varComm/index", "pagePath": "pages/varComm/index",
"iconPath": "/components/tabbarComponent/icons/varComm.png", "iconPath": "/custom-tab-bar/icons/varComm.png",
"selectedIconPath": "/components/tabbarComponent/icons/varCommActive.png", "selectedIconPath": "/custom-tab-bar/icons/varCommActive.png",
"text": "对比" "text": "对比"
}, },
{ {
"pagePath": "pages/mine/index", "pagePath": "pages/mine/index",
"iconPath": "/components/tabbarComponent/icons/mine.png", "iconPath": "/custom-tab-bar/icons/mine.png",
"selectedIconPath": "/components/tabbarComponent/icons/mineActive.png", "selectedIconPath": "/custom-tab-bar/icons/mineActive.png",
"text": "我的" "text": "我的"
} }
] ]

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 893 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 976 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

@ -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循环数据集

Loading…
Cancel
Save