Commit e7dc8b3e authored by dragondean@qq.com's avatar dragondean@qq.com

编辑订单加状态2

parent a62f41f4
...@@ -2111,7 +2111,7 @@ ...@@ -2111,7 +2111,7 @@
async updateOrder(){ async updateOrder(){
await this.validateCountryAndAreaCode() await this.validateCountryAndAreaCode()
this.params.hasConsignee = this.hasConsignee this.params.hasConsignee = this.hasConsignee
this.$request.put('/app-api/my/order/update', this.params).then(res => { this.$request.put('/app-api/my/order/update', { ...this.params, status: 2}).then(res => {
this.isClick = false this.isClick = false
if(res.code == 0){ if(res.code == 0){
this.params = { this.params = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment