Commit c2bcc7e0 authored by youjie's avatar youjie

no message

parent 7028ccfc
...@@ -379,7 +379,7 @@ ...@@ -379,7 +379,7 @@
ConfirmID: "", ConfirmID: "",
Amount: 0, Amount: 0,
}; };
this.cancelOrder(cancelMsg,1) this.cancelOrder(cancelMsg)
} }
}, },
payHotelOrder() { payHotelOrder() {
...@@ -498,7 +498,7 @@ ...@@ -498,7 +498,7 @@
} }
}) })
}, },
cancelOrder(postMsg,type) { cancelOrder(postMsg) {
this.apipost( this.apipost(
"post_CancelThirdHotelOrder", postMsg, "post_CancelThirdHotelOrder", postMsg,
(res) => { (res) => {
...@@ -507,7 +507,6 @@ ...@@ -507,7 +507,6 @@
title: "操作成功", title: "操作成功",
icon: "success", icon: "success",
}); });
if(type) this.orderData.directOrder.OrderStatus = 4;
this.getOrderDetail(this.id) this.getOrderDetail(this.id)
} }
}, },
......
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