Commit 26c6369b authored by youjie's avatar youjie

优化

parent 27bf307a
......@@ -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