dwh 2 年之前
父节点
当前提交
4a522e2bfc
共有 1 个文件被更改,包括 3 次插入6 次删除
  1. 3 6
      src/views/login/login.vue

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

@@ -59,12 +59,9 @@
 				}) 
 				}) 
 			},
 			},
 			getStatusBarHeightInvoke(data){
 			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');
 			},
 			},
 		}
 		}
 	}
 	}