|
|
@ -14,7 +14,7 @@ |
|
|
|
item.iconPath" class="icon-image" mode=""></image> |
|
|
|
</view> |
|
|
|
<view class="title"> |
|
|
|
{{ item.title }} |
|
|
|
{{ $t(item.title) }} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -36,33 +36,25 @@ |
|
|
|
"selectedIconPath": "/static/image/tabbar/home-a.png", |
|
|
|
"iconPath": "/static/image/tabbar/home.png", |
|
|
|
"pagePath": "/pages/index/index", |
|
|
|
"title": "首页" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"selectedIconPath": "/static/image/tabbar/category-a.png", |
|
|
|
"iconPath": "/static/image/tabbar/category.png", |
|
|
|
"pagePath": "/pages/index/category", |
|
|
|
"title": "分类", |
|
|
|
isNotShop : true, |
|
|
|
"title": "tabbar.title.1" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"selectedIconPath": "/static/image/tabbar/order-a.png", |
|
|
|
"iconPath": "/static/image/tabbar/order.png", |
|
|
|
"pagePath": "/pages/index/order", |
|
|
|
"title": "订单中心" |
|
|
|
"title": "tabbar.title.2" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"selectedIconPath": "/static/image/tabbar/cart-a.png", |
|
|
|
"iconPath": "/static/image/tabbar/cart.png", |
|
|
|
"pagePath": "/pages/index/cart", |
|
|
|
"title": "购物车", |
|
|
|
isNotShop : true, |
|
|
|
"title": "tabbar.title.3" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"selectedIconPath": "/static/image/tabbar/center-a.png", |
|
|
|
"iconPath": "/static/image/tabbar/center.png", |
|
|
|
"pagePath": "/pages/index/center", |
|
|
|
"title": "个人中心" |
|
|
|
"title": "tabbar.title.4" |
|
|
|
} |
|
|
|
] |
|
|
|
}; |
|
|
@ -95,7 +87,7 @@ |
|
|
|
flex-direction: row; |
|
|
|
height: 120rpx; |
|
|
|
padding-bottom: env(safe-area-inset-bottom); |
|
|
|
z-index: 999999; |
|
|
|
z-index: 99999; |
|
|
|
bottom: 0; |
|
|
|
left: 0; |
|
|
|
color: #BCBCBC; |
|
|
@ -118,7 +110,7 @@ |
|
|
|
white-space: nowrap; |
|
|
|
text-overflow: ellipsis; |
|
|
|
-o-text-overflow: ellipsis; |
|
|
|
font-size: 23rpx; |
|
|
|
font-size: 22rpx; |
|
|
|
line-height: 35rpx; |
|
|
|
} |
|
|
|
} |
|
|
|