mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 13:26:44 +08:00
个人主页接口对接
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
<div class="user-content">
|
||||
<div class="content-top">
|
||||
<h6><router-link to="/homePage"> {{userInfo.name}}</router-link>
|
||||
<h6><router-link :to="'/homePage?id='+userInfo.aid"> {{userInfo.name}}</router-link>
|
||||
</h6>
|
||||
<span>{{orgInfo}}</span>
|
||||
<div class="grade">
|
||||
@@ -169,7 +169,7 @@ import {userAvatarText,cutFullName} from "@/utils/tools.js";
|
||||
this.uinfo.monthTotalDay = item.total;
|
||||
}
|
||||
if(item.statType == 30) {
|
||||
this.uinfo.uCurrency = item.total;
|
||||
this.uinfo.uCurrency = item.todays;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user