Commit b16d044b authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 4b44a5fa
......@@ -312,21 +312,29 @@
},
queryOrderStatus(largeType, tid) {
let that = this;
this.post({
data: {
tid: tid
},
url: '/vip/queryVipOrder',
showLoading: true,
success: ({
data
}) => {
message.notify('支付成功');
setTimeout(() => {
navigateBack()
}, 1000);
}
});
setTimeout(() => {
tt.showLoading({
title: '查询中...'
});
setTimeout(() => {
tt.hideLoading();
that.post({
data: {
tid: tid
},
url: '/vip/queryVipOrder',
showLoading: true,
success: ({
data
}) => {
message.notify('支付成功');
setTimeout(() => {
navigateBack()
}, 1000);
}
});
}, 3000);
}, 1000);
},
checkboxChange(e) {
if (e.detail.value.length > 0) {
......
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