From 6bf3f6d8501404368a3dda7e6a0a22783b1b7e2a Mon Sep 17 00:00:00 2001 From: daihh Date: Mon, 14 Nov 2022 14:51:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AA=E4=BA=BA=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5=EF=BC=8C=E6=98=BE=E7=A4=BA=E7=9A=84=E6=9C=BA=E6=9E=84?= =?UTF-8?q?=E4=B8=8D=E5=AF=B9=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/HomePage/homePage.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/HomePage/homePage.vue b/src/components/HomePage/homePage.vue index 6725128f..af3a6305 100644 --- a/src/components/HomePage/homePage.vue +++ b/src/components/HomePage/homePage.vue @@ -26,7 +26,7 @@ 已关注 {{pageId == userInfo.aid ? '留言板':'去留言'}} - + @@ -35,11 +35,11 @@

{{userData.sign}}

暂无签名

- + - - + + @@ -147,6 +147,7 @@ apiUser.getByIds([this.pageId]).then(res => { if (res.status == 200) { this.userData = res.result[0]; + this.userData.orgInfo=cutFullName(this.userData.orgInfo); } else { this.$message.error(res.message); } @@ -359,7 +360,7 @@ border: 1px solid #619DFF; font-size: 14px; color: #387DF7; - + } .Followed{ width: 80px; @@ -468,7 +469,7 @@ } } .content-bottom{ - + .medalbutt{ margin-right: 20px; }