Commit a9efade9 authored by 罗超's avatar 罗超

Merge branch 'B2C' of http://gitlab.oytour.com/zk123/jz_travel into B2C

parents 2e7a9c0b 26c6369b
......@@ -536,11 +536,6 @@
goCancelZK() {
let that = this
uni.showLoading()
wx.showModal({
title: '提示',
content: '确定取消订单?',
success: (tip) => {
if (tip.confirm) {
that.apipost(
"GetCancelOrder_post", {
OrderNo: that.OrderNo,
......@@ -556,11 +551,10 @@
}
uni.hideLoading()
},
(err) => {}
);
}else uni.hideLoading()
(err) => {
uni.hideLoading()
}
})
);
},
requeryHandle(){
......
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