|
@@ -353,10 +353,11 @@
|
|
|
});
|
|
});
|
|
|
uni.removeStorageSync('isRegister');
|
|
uni.removeStorageSync('isRegister');
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
|
|
+ this.requestStatus = false
|
|
|
this.gologin()
|
|
this.gologin()
|
|
|
}, 2000)
|
|
}, 2000)
|
|
|
this.updateScanRecordById()
|
|
this.updateScanRecordById()
|
|
|
- this.requestStatus = false
|
|
|
|
|
|
|
+
|
|
|
}).catch(err => {
|
|
}).catch(err => {
|
|
|
uni.hideLoading();
|
|
uni.hideLoading();
|
|
|
this.requestStatus = false
|
|
this.requestStatus = false
|
|
@@ -364,7 +365,6 @@
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
}).catch(err => {
|
|
}).catch(err => {
|
|
|
- console.log(err ,'+++++++++++++++++++++++++++++++++++++++++++++++++++')
|
|
|
|
|
this.requestStatus = false
|
|
this.requestStatus = false
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|