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