no message

cyl/job_im
jscyl13849007907 8 hours ago
parent 50a25dc0c7
commit 784a403d5f

@ -110,10 +110,12 @@ export default {
that.isloading = false; that.isloading = false;
}, 100); }, 100);
}else{ }else{
setTimeout(() => {
that.isloading = false; that.isloading = false;
uni.switchTab({ uni.switchTab({
url: '/pages/home/index', url: '/pages/home/index',
}); });
}, 500);
} }
} }
); );

Loading…
Cancel
Save