no message

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

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

Loading…
Cancel
Save