提交代码

This commit is contained in:
zpc 2024-07-07 16:59:13 +08:00
parent a23dedfbf0
commit 3c13abb316
4 changed files with 10 additions and 4 deletions

View File

@ -4,7 +4,8 @@ const tabBarLinks = [
'/pages/index/index',
'/pages/product/category',
'/pages/cart/cart',
'/pages/user/index/index'
'/pages/user/index/index',
'/pages/shop/index'
];
/*分享页面白名单*/

View File

@ -22,6 +22,11 @@ Component({
"selectedIconPath": "/static/tabbar/s3.png",
"text": ""
},
{
"pagePath": "/pages/shop/index",
"iconPath": "/static/tabbar/m5.png",
"selectedIconPath": "/static/tabbar/s5.png"
},
{
"pagePath": "/pages/user/index",
"iconPath": "/static/tabbar/m4.png",

View File

@ -32,8 +32,8 @@
}
.tab-bar-item image {
width: 160rpx;
height: 96rpx;
width: 140rpx;
height: 80rpx;
}
.tab-bar-item view {

View File

@ -487,7 +487,7 @@
"selectedColor": "#FFFFFF",
"borderStyle": "black",
"backgroundColor": "#111111",
"iconWidth": "80px",
"iconWidth": "60px",
"list": [{
"pagePath": "pages/shouye/index",
"iconPath": "static/tabbar/m1.png",