品类推荐

This commit is contained in:
唐明明
2022-01-06 17:09:07 +08:00
parent 178fdb4b46
commit 6d4971bc5e
4 changed files with 80 additions and 29 deletions

View File

@@ -17,7 +17,7 @@
"path": "pages/store/index",
"name": "Store",
"style": {
"navigationBarTitleText": "健康生活",
"navigationBarTitleText": "健康生活",
"enablePullDownRefresh": true,
"app-plus": {
"titleNView": {
@@ -38,22 +38,22 @@
"name": "User",
"style": {
"navigationBarTitleText": "我的",
"navigationBarTextStyle":"white",
"app-plus": {
"titleNView": {
"backgroundImage": "linear-gradient(to right, #34ce98, #22aa98)",
"type": "transparent"
}
"navigationBarTextStyle": "white",
"app-plus": {
"titleNView": {
"backgroundImage": "linear-gradient(to right, #34ce98, #22aa98)",
"type": "transparent"
}
}
}
}, {
"path": "pages/auth/auth",
"name": "Auth",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle":"custom",
"app-plus":{
"animationType":"slide-in-bottom"
"navigationBarTitleText": "登录",
"navigationStyle": "custom",
"app-plus": {
"animationType": "slide-in-bottom"
}
}
}, {
@@ -75,7 +75,7 @@
"style": {
"navigationBarTitleText": "确认订单",
"enablePullDownRefresh": false
}
}
}, {
"path": "pages/order/index",
"name": "Order",
@@ -105,11 +105,20 @@
"enablePullDownRefresh": false
}
}, {
"path": "pages/pay/pay",
"path": "pages/pay/pay",
"name": "Pay",
"style": {
"navigationBarTitleText": "收银台",
"navigationBarBackgroundColor": "#FFFFFF"
}
}, {
"path": "pages/store/list",
"name": "StoreList",
"style": {
"navigationBarTitleText": "列表",
"navigationBarBackgroundColor": "#FFFFFF",
"enablePullDownRefresh": true
}
}],
"tabBar": {
"borderStyle": "white",