mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
修改经验值问题。
This commit is contained in:
@@ -67,9 +67,11 @@
|
||||
<div class="learning-qus">我的U币(累计)</div>
|
||||
<div class="learning-an"><span>{{statData.uvalue}}</span></div>
|
||||
</div>
|
||||
<!--
|
||||
<div class="learning-info" v-if="userInfo.aid == pageId">
|
||||
<div @click="jumrank" style="cursor: pointer;" class="ranking-link"> BOE 排行榜 >></div>
|
||||
</div>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -149,7 +151,7 @@
|
||||
this.$message.error(res.message);
|
||||
}
|
||||
});
|
||||
apiStart.getUserStatTotalInfo(this.userInfo.aid).then(res=>{
|
||||
apiStart.getUserStatTotalInfo(this.pageId).then(res=>{
|
||||
if(res.status == 200) {
|
||||
this.statData.evalue = res.result.evalue;
|
||||
this.statData.level = res.result.level;
|
||||
|
||||
Reference in New Issue
Block a user