修改方法:getLevel - 更改获取U币的属性。

This commit is contained in:
weinan2087
2022-10-15 20:36:59 +08:00
parent 0d03ffe4ea
commit 82e8f48d60

View File

@@ -394,7 +394,7 @@
getLevel(){//获取用户累计U币
apiStat.getUserStatTotalInfo(this.userInfo.aid).then(res=>{
if(res.status == 200) {
this.uinfo.uCurrency = res.result.coinValue;
this.uinfo.uCurrency = res.result.uvalue;
}
});
},