dwh %!s(int64=2) %!d(string=hai) anos
pai
achega
4a522e2bfc
Modificáronse 1 ficheiros con 3 adicións e 6 borrados
  1. 3 6
      src/views/login/login.vue

+ 3 - 6
src/views/login/login.vue

@@ -59,12 +59,9 @@
 				}) 
 			},
 			getStatusBarHeightInvoke(data){
-				this.$dialog.confirm({
-					title: '标题',
-					message:JSON.stringify(data),
-				}).then(()=>{
-					this.$router.push('loginByPhone');
-				})
+				this.$toast(JSON.stringify(data));
+				return;
+				this.$router.push('loginByPhone');
 			},
 		}
 	}