Merge pull request '配置tabBar图标(选中|未选中)' (#12) from Brunch_DBK into main

pull/16/head
pikvyz67s 2 months ago
commit b91541711f

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