Browse Source

提示成功登录

qukaidi 4 years ago
parent
commit
d52540a6cd
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();