Browse Source

取消登录成功状态

qukaidi 4 years ago
parent
commit
161f5b202b
1 changed files with 5 additions and 5 deletions
  1. 5 5
      pages/home/index.vue

+ 5 - 5
pages/home/index.vue

@@ -63,11 +63,11 @@
 			})
 			})
 		},
 		},
 		onReady() {
 		onReady() {
-			if (this.loginStatus="登录成功") {
-				this.$refs.ulogin.show({
-					title:"登录成功",
-				})
-			}
+			// if (this.loginStatus="登录成功") {
+			// 	this.$refs.ulogin.show({
+			// 		title:"登录成功",
+			// 	})
+			// }
 		},
 		},
 		created() {
 		created() {
 			this.getBanners();
 			this.getBanners();