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; }