个人主页接口对接

This commit is contained in:
zhaofang
2022-09-20 19:53:09 +08:00
parent 44253f06f0
commit b99f54189d
19 changed files with 533 additions and 886 deletions

View File

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