提交代码
This commit is contained in:
parent
a23dedfbf0
commit
3c13abb316
|
|
@ -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'
|
||||
];
|
||||
|
||||
/*分享页面白名单*/
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -32,8 +32,8 @@
|
|||
}
|
||||
|
||||
.tab-bar-item image {
|
||||
width: 160rpx;
|
||||
height: 96rpx;
|
||||
width: 140rpx;
|
||||
height: 80rpx;
|
||||
}
|
||||
|
||||
.tab-bar-item view {
|
||||
|
|
|
|||
|
|
@ -487,7 +487,7 @@
|
|||
"selectedColor": "#FFFFFF",
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#111111",
|
||||
"iconWidth": "80px",
|
||||
"iconWidth": "60px",
|
||||
"list": [{
|
||||
"pagePath": "pages/shouye/index",
|
||||
"iconPath": "static/tabbar/m1.png",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user