|
@@ -282,10 +282,7 @@
|
|
|
this.$refs.login.hide();
|
|
|
})
|
|
|
let projectId = this.getQueryString('projectId');
|
|
|
- this.toPage(projectId);
|
|
|
- if (!this.userInfo.ownersUnion) {
|
|
|
- this.$refs.showGuide.show()
|
|
|
- }
|
|
|
+ this.toPage(projectId);
|
|
|
},
|
|
|
onShow() {
|
|
|
this.isVisiable = true;
|
|
@@ -382,6 +379,9 @@
|
|
|
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) {
|
|
|
+ this.$refs.showGuide.show()
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
},
|