张文飞 hace 3 años
padre
commit
93b9ac47d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()
 						}
 					}