@@ -92,7 +92,6 @@
login() {
this.$refs.uForm.validate(valid => {
if (valid) {
- this.$refs.loading.showLoading('登录中..')
setTimeout(()=>{
this.doLogin()
},300)
@@ -112,7 +111,6 @@
uni.reLaunch({
url:'/pages/index/index'
})
- this.$refs.loading.hide()
this.$refs.toast.info('登录成功')
},
cacheToken(data){