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

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

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