mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
修改方法:getLevel - 更改获取U币的属性。
This commit is contained in:
@@ -394,7 +394,7 @@
|
|||||||
getLevel(){//获取用户累计U币
|
getLevel(){//获取用户累计U币
|
||||||
apiStat.getUserStatTotalInfo(this.userInfo.aid).then(res=>{
|
apiStat.getUserStatTotalInfo(this.userInfo.aid).then(res=>{
|
||||||
if(res.status == 200) {
|
if(res.status == 200) {
|
||||||
this.uinfo.uCurrency = res.result.coinValue;
|
this.uinfo.uCurrency = res.result.uvalue;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user