diff --git a/src/App.vue b/src/App.vue index 4c3e109..a56ff95 100644 --- a/src/App.vue +++ b/src/App.vue @@ -35,6 +35,7 @@ export default { this.vipID = JSON.parse(sessionStorage.getItem('userInfo')).id; } const { bus } = WujieVue2; + // 通知主项目打开关闭 bus.$on('openUserInfo', (event) => { if (event.status) { this.asyncOpenUserInfo(); diff --git a/src/components/userinfo/userInfoModal.vue b/src/components/userinfo/userInfoModal.vue index 1e1a253..b29ff2d 100644 --- a/src/components/userinfo/userInfoModal.vue +++ b/src/components/userinfo/userInfoModal.vue @@ -41,19 +41,27 @@
+ + + +
+ + + +
@@ -95,6 +103,7 @@
+ @@ -131,7 +140,7 @@ export default { data() { return { visible: false, - isSelfSupport: this.getSession('CX_Common_UserInfo').isSelfSupport, // //是否为自营用户0:否,1:是 + isSelfSupport: this.getSession('CX_Common_UserInfo').isSelfSupport, // //是否为自营用户0:否,1:是 自营才会有编辑 recordList: null, isRecordEmpty: false, basicInfo: null,