个人主页

This commit is contained in:
lmj
2022-11-02 16:30:33 +08:00
parent 04e9e6d660
commit 8b14496bf6

View File

@@ -18,12 +18,18 @@
</div>
<div class="grade" style="margin-top:5px">
<div class="level">{{statData.level}}</div>
<span style="color: #A3680A;margin-left:5px;line-height: 24px;margin-right: 10px;">经验值{{statData.evalue}}</span>
<div style="float:right">
<span style="color: #A3680A;margin-left:5px;line-height: 24px;margin-right: 20px;">经验值{{statData.evalue}}</span>
<!-- <div style="float:right"> -->
<router-link v-if="pageId == userInfo.aid" to="/user/Setting"><span class="content-one-info pointer">个人设置</span></router-link>
<span style="margin-left:10px" class="content-one-info" ><router-link v-if="pageId == userInfo.aid" to="/uc/study/courses" class="pointer" style="color:#0060FF;">个人中心</router-link></span>
<el-button type="text" round class="btn-user" v-if="pageId != userInfo.aid && !isFollowHas" @click="toFollow()">关注TA</el-button>
<el-button type="text" round class="btn-user" @click="cancelFollow()" v-if="isFollowHas">已关注</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>
<!-- <div style="height: 30px;margin-top: 10px;"> -->
<!-- </div> -->
<!-- </div> -->
</div>
<div class="content-bottom" style="margin-top:20px">
<p v-if="userData.sign" class="portal-summary-text">{{userData.sign}} </p>
@@ -31,14 +37,10 @@
</div>
</div>
<div style="text-align: center;">
<div style="height: 30px;margin-top: 10px;">
<router-link v-if="pageId == userInfo.aid" to="/user/Setting"><span class="content-one-info pointer">个人设置</span></router-link>
<span style="margin-left:10px" class="content-one-info" ><router-link v-if="pageId == userInfo.aid" to="/uc/study/courses" class="pointer" style="color:#0060FF;">个人中心</router-link></span>
</div>
<!-- <div style="text-align: center;"> -->
</div>
<!-- </div> -->
</div>
</div>
</div>