@@ -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();
}