完善下单逻辑及其ui展示,修复支付倒计时显示错误bug
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/user/boot",
|
||||
@@ -13,6 +13,24 @@
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/address/address-edit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "服务地址"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/address/address-list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "选择服务地址"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/address/address-map-select",
|
||||
"style": {
|
||||
"navigationBarTitleText": "地图选点"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/mall/admin/homePage/index",
|
||||
"style": {
|
||||
@@ -338,7 +356,8 @@
|
||||
{
|
||||
"path": "payment",
|
||||
"style": {
|
||||
"navigationBarTitleText": "收银台"
|
||||
"navigationBarTitleText": "",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -351,8 +370,10 @@
|
||||
{
|
||||
"path": "orders",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的订单",
|
||||
"enablePullDownRefresh": true
|
||||
"navigationBarTitleText": "",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": true,
|
||||
"backgroundColor": "#f5f5f5"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user