张文飞 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()
 						}
 					}