登录时检查网络连接是否正常

This commit is contained in:
亓雪峰 2020-11-27 11:36:15 +08:00
parent 02d289b31d
commit 99ab0696ba

View File

@ -79,7 +79,7 @@ export default {
phone: "", phone: "",
code: "", code: "",
state:0, state:0,
clickstate:false, // clickstate:false,
// //
timer: null, timer: null,
is_sendcode: false, // 60s is_sendcode: false, // 60s
@ -138,9 +138,10 @@ export default {
// console.log(this.$u.trim(this.zhanghaoA)); // console.log(this.$u.trim(this.zhanghaoA));
}, },
logins() { logins() {
// //
uni.getNetworkType({ uni.getNetworkType({
success: function (res) { success: (res) => {
console.log(res.networkType); console.log(res.networkType);
if (res.networkType == 'none') { if (res.networkType == 'none') {
this.$refs.uToast.show({ this.$refs.uToast.show({
@ -149,26 +150,21 @@ export default {
}); });
} }
}, },
fail: function () {
this.$refs.uToast.show({
title: '网络似乎断开了,请检查网络后重试!',
type: 'error'
});
}
}); });
// //
// console.log(this.zhanghao); // console.log(this.zhanghao);
if(this.clickstate==false){ // if(this.clickstate==false){
this.clickstate=true // this.clickstate=true
}else{ // }else{
// , // ,
// this.$refs.uToast.show({ // this.$refs.uToast.show({
// title: "", // title: "",
// type: 'error' // type: 'error'
// }); // });
// return // return
} // }
// //
// uni.clearStorage(); // uni.clearStorage();
// 10 // 10
@ -177,7 +173,7 @@ export default {
console.log(JSON.stringify(res)) console.log(JSON.stringify(res))
if (res.errCode != 0) { if (res.errCode != 0) {
// //
this.clickstate=false // this.clickstate=false
this.$refs.uToast.show({ this.$refs.uToast.show({
title: res.message, title: res.message,
type: 'error' type: 'error'
@ -228,7 +224,7 @@ export default {
console.log(JSON.stringify(res)) console.log(JSON.stringify(res))
if (res.errCode != 0) { if (res.errCode != 0) {
// //
this.clickstate=false // this.clickstate=false
this.$refs.uToast.show({ this.$refs.uToast.show({
title: res.message, title: res.message,
type: 'error' type: 'error'