From 1515c320c46a0093bee7d167b5c99ebb077808ec Mon Sep 17 00:00:00 2001 From: AlinaCici <1287865353@qq.com> Date: Wed, 31 May 2023 15:58:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 1 + src/components/userinfo/userInfoModal.vue | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) 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,