|
|
@@ -305,7 +305,9 @@ export default {
|
|
|
fail(res){
|
|
|
//如果手机没有插入有效的sim卡,或者手机蜂窝数据网络关闭,都有可能造成预登录校验失败
|
|
|
if (res.code == 30005) {
|
|
|
- uni.showToast({title: '请关闭WIFI,打开移动流量', duration: 3000, icon:'none'})
|
|
|
+ that.$util.confirmModal({content:'登录失败,请看视频操作后再试'},() => {
|
|
|
+ that.pageTo({url: '/admin/home/appLoginRemind'})
|
|
|
+ })
|
|
|
} else if(res.code == 1000) {
|
|
|
uni.showToast({title: '即将开通', duration: 3000, icon:'none'})
|
|
|
} else if(res.code == 40004) {
|