Explorar el Código

煎熬的提示框

张文飞 hace 3 años
padre
commit
7a21f76bb3
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      pages/homePage/homePage.vue

+ 2 - 0
pages/homePage/homePage.vue

@@ -382,6 +382,8 @@
 						this.showGuide = this.userInfo.userId?this.userInfo.ownersUnion?false:true:true;
 						if (this.showGuide) {
 							this.$refs.showGuide.show()
+						}else{
+							this.$refs.showGuide.hide();
 						}
 					}
 				}