mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
修改个人主页,显示的机构不对的问题
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
<spap class="Followed" @click="cancelFollow()" v-if="isFollowHas">已关注</spap>
|
<spap class="Followed" @click="cancelFollow()" v-if="isFollowHas">已关注</spap>
|
||||||
<el-button type="text" round class="btn-user" > <router-link :to="'/home/'+pageId+'/leaving'">{{pageId == userInfo.aid ? '留言板':'去留言'}}<i class="el-icon-arrow-right"></i> </router-link> </el-button>
|
<el-button type="text" round class="btn-user" > <router-link :to="'/home/'+pageId+'/leaving'">{{pageId == userInfo.aid ? '留言板':'去留言'}}<i class="el-icon-arrow-right"></i> </router-link> </el-button>
|
||||||
<!-- <div style="height: 30px;margin-top: 10px;"> -->
|
<!-- <div style="height: 30px;margin-top: 10px;"> -->
|
||||||
|
|
||||||
|
|
||||||
<!-- </div> -->
|
<!-- </div> -->
|
||||||
<!-- </div> -->
|
<!-- </div> -->
|
||||||
@@ -35,11 +35,11 @@
|
|||||||
<p v-if="userData.sign" class="portal-summary-text">{{userData.sign}} </p>
|
<p v-if="userData.sign" class="portal-summary-text">{{userData.sign}} </p>
|
||||||
<p v-else class="portal-summary-text">暂无签名</p>
|
<p v-else class="portal-summary-text">暂无签名</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!-- <div style="text-align: center;"> -->
|
<!-- <div style="text-align: center;"> -->
|
||||||
|
|
||||||
|
|
||||||
<!-- </div> -->
|
<!-- </div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -147,6 +147,7 @@
|
|||||||
apiUser.getByIds([this.pageId]).then(res => {
|
apiUser.getByIds([this.pageId]).then(res => {
|
||||||
if (res.status == 200) {
|
if (res.status == 200) {
|
||||||
this.userData = res.result[0];
|
this.userData = res.result[0];
|
||||||
|
this.userData.orgInfo=cutFullName(this.userData.orgInfo);
|
||||||
} else {
|
} else {
|
||||||
this.$message.error(res.message);
|
this.$message.error(res.message);
|
||||||
}
|
}
|
||||||
@@ -359,7 +360,7 @@
|
|||||||
border: 1px solid #619DFF;
|
border: 1px solid #619DFF;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #387DF7;
|
color: #387DF7;
|
||||||
|
|
||||||
}
|
}
|
||||||
.Followed{
|
.Followed{
|
||||||
width: 80px;
|
width: 80px;
|
||||||
@@ -468,7 +469,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.content-bottom{
|
.content-bottom{
|
||||||
|
|
||||||
.medalbutt{
|
.medalbutt{
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user