add
This commit is contained in:
64
pages.json
64
pages.json
@ -396,36 +396,36 @@
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#282828",
|
||||
"selectedColor": "#73CBB6",
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#ffffff",
|
||||
"height": "50px",
|
||||
"fontSize": "10px",
|
||||
"iconWidth": "24px",
|
||||
"spacing": "3px",
|
||||
"list": [{
|
||||
"pagePath": "pages/home/index",
|
||||
"iconPath": "static/icon-home.png",
|
||||
"selectedIconPath": "static/icon-home-hot.png",
|
||||
"text": "首页"
|
||||
}, {
|
||||
"pagePath": "pages/shop/GoodsClass/index",
|
||||
"iconPath": "static/icon-class.png",
|
||||
"selectedIconPath": "static/icon-class-hot.png",
|
||||
"text": "分类"
|
||||
}, {
|
||||
"pagePath": "pages/shop/ShoppingCart/index",
|
||||
"iconPath": "static/icon-cart.png",
|
||||
"selectedIconPath": "static/icon-cart-hot.png",
|
||||
"text": "购物车"
|
||||
}, {
|
||||
"pagePath": "pages/user/User/index",
|
||||
"iconPath": "static/icon-user.png",
|
||||
"selectedIconPath": "static/icon-user-hot.png",
|
||||
"text": "我的"
|
||||
}]
|
||||
}
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#282828",
|
||||
"selectedColor": "#73CBB6",
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#ffffff",
|
||||
"height": "50px",
|
||||
"fontSize": "10px",
|
||||
"iconWidth": "24px",
|
||||
"spacing": "3px",
|
||||
"list": [{
|
||||
"pagePath": "pages/home/index",
|
||||
"iconPath": "static/icon-home.png",
|
||||
"selectedIconPath": "static/icon-home-hot.png",
|
||||
"text": "首页"
|
||||
}, {
|
||||
"pagePath": "pages/shop/GoodsClass/index",
|
||||
"iconPath": "static/icon-class.png",
|
||||
"selectedIconPath": "static/icon-class-hot.png",
|
||||
"text": "分类"
|
||||
}, {
|
||||
"pagePath": "pages/shop/ShoppingCart/index",
|
||||
"iconPath": "static/icon-cart.png",
|
||||
"selectedIconPath": "static/icon-cart-hot.png",
|
||||
"text": "购物车"
|
||||
}, {
|
||||
"pagePath": "pages/user/User/index",
|
||||
"iconPath": "static/icon-user.png",
|
||||
"selectedIconPath": "static/icon-user-hot.png",
|
||||
"text": "我的"
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user