Pārlūkot izejas kodu

煎熬的提示框

张文飞 3 gadi atpakaļ
vecāks
revīzija
7a21f76bb3
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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();
 						}
 					}
 				}