新增订单管理,api

This commit is contained in:
唐明明
2022-01-04 11:28:04 +08:00
parent 6319631d7e
commit 219bc6027a
384 changed files with 53537 additions and 569 deletions

View File

@@ -77,7 +77,8 @@
"path": "pages/order/index",
"name": "Order",
"style": {
"navigationBarTitleText": "订单",
"navigationBarTitleText": "订单",
"navigationBarBackgroundColor":"#FFFFFF",
"enablePullDownRefresh": false
}
}, {
@@ -148,5 +149,8 @@
"navigationBarBackgroundColor": "#F3F6FB",
"backgroundColorTop": "#F3F6FB",
"backgroundColorBottom": "#F3F6FB"
},
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
}
}