Commit b16d044b authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 4b44a5fa
......@@ -312,7 +312,13 @@
},
queryOrderStatus(largeType, tid) {
let that = this;
this.post({
setTimeout(() => {
tt.showLoading({
title: '查询中...'
});
setTimeout(() => {
tt.hideLoading();
that.post({
data: {
tid: tid
},
......@@ -327,6 +333,8 @@
}, 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