Commit c2bcc7e0 authored by youjie's avatar youjie

no message

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