@@ -305,6 +305,7 @@ export default {
fail(res){
//如果手机没有插入有效的sim卡,或者手机蜂窝数据网络关闭,都有可能造成预登录校验失败
if (res.code == 30005) {
+ uni.hideLoading()
that.$util.confirmModal({content:'登录失败,请看视频操作后再试'},() => {
that.pageTo({url: '/admin/home/appLoginRemind'})
})