修复 网络不通的情况下登录卡死的问题

This commit is contained in:
亓雪峰 2020-11-09 17:34:14 +08:00
parent 005ae548a8
commit da02e25fd1

View File

@ -138,16 +138,30 @@ export default {
// console.log(this.$u.trim(this.zhanghaoA));
},
logins() {
//
uni.getNetworkType({
success: function (res) {
console.log(res.networkType);
if (res.networkType == 'none') {
this.$refs.uToast.show({
title: '网络似乎断开了,请检查网络后重试',
type: 'error'
});
}
}
});
//
// console.log(this.zhanghao);
if(this.clickstate==false){
this.clickstate=true
}else{
this.$refs.uToast.show({
title: "不能重复提交",
type: 'error'
});
return
// ,
// this.$refs.uToast.show({
// title: "",
// type: 'error'
// });
// return
}
//
// uni.clearStorage();