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