hmp 4 年之前
父節點
當前提交
6a8cc05637
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      pages/login/login.vue

+ 0 - 2
pages/login/login.vue

@@ -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){