张文飞 3 년 전
부모
커밋
93b9ac47d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/homePage/homePage.vue

+ 1 - 1
pages/homePage/homePage.vue

@@ -379,7 +379,7 @@
 					if (ret.data.success) {
 						this.userInfo = ret.data.single || null;
 						this.showGuide = this.userInfo.userId?this.userInfo.ownersUnion?false:true:true;
-						if (!this.userInfo.ownersUnion) {
+						if (this.showGuide) {
 							this.$refs.showGuide.show()
 						}
 					}