dwh 2 år sedan
förälder
incheckning
4a522e2bfc
1 ändrade filer med 3 tillägg och 6 borttagningar
  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');
 			},
 		}
 	}