修改tabBar图标(选中|未选中)

pull/12/head
Suk1No 2 months ago
parent 67bc5af13e
commit 6f762e3f53

@ -45,23 +45,23 @@
"backgroundColor": "#ffffff", "backgroundColor": "#ffffff",
"list": [{ "list": [{
"pagePath": "pages/index/index", "pagePath": "pages/index/index",
"iconPath": "static/logo.png", "iconPath": "static/home.png",
"selectedIconPath": "static/logo.png", "selectedIconPath": "static/home_select.png",
"text": "首页" "text": "首页"
}, { }, {
"pagePath": "pages/category/category", "pagePath": "pages/category/category",
"iconPath": "static/logo.png", "iconPath": "static/category.png",
"selectedIconPath": "static/logo.png", "selectedIconPath": "static/category_select.png",
"text": "分类" "text": "分类"
}, { }, {
"pagePath": "pages/car/car", "pagePath": "pages/car/car",
"iconPath": "static/logo.png", "iconPath": "static/car.png",
"selectedIconPath": "static/logo.png", "selectedIconPath": "static/car_select.png",
"text": "购物车" "text": "购物车"
}, { }, {
"pagePath": "pages/mine/mine", "pagePath": "pages/mine/mine",
"iconPath": "static/logo.png", "iconPath": "static/mine.png",
"selectedIconPath": "static/logo.png", "selectedIconPath": "static/mine_select.png",
"text": "我的" "text": "我的"
}] }]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Loading…
Cancel
Save