|
@@ -443,7 +443,9 @@ export default {
|
|
|
Fn = updateOrder
|
|
Fn = updateOrder
|
|
|
params = {...params,id:this.option.orderId}
|
|
params = {...params,id:this.option.orderId}
|
|
|
}
|
|
}
|
|
|
|
|
+ uni.showLoading({mask:true})
|
|
|
Fn(params).then((res) => {
|
|
Fn(params).then((res) => {
|
|
|
|
|
+ uni.hideLoading()
|
|
|
if(res.code == 1){
|
|
if(res.code == 1){
|
|
|
this.removeFromSaveDirect()
|
|
this.removeFromSaveDirect()
|
|
|
const {data: { id, orderSn,actPrice }} = res;
|
|
const {data: { id, orderSn,actPrice }} = res;
|