@ -124,10 +124,10 @@ export default {
this.addThings();
this.getScreeningData();
this.getLineData();
// uni.showLoading({
// title: '手绘图加载中...',
// mask: true
// });
uni.showLoading({
title: '手绘图加载中...',
mask: true
});
// setTimeout(function () {
// uni.hideLoading();
// }, 6000);
@ -196,12 +196,15 @@ export default {
},
success(res) {
console.log(res);
uni.hideLoading();
fail(err) {
console.log(err);
complete(das) {
console.log(das);
}