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