This commit is contained in:
zhaofang
2022-11-22 18:20:32 +08:00
parent 8b10bffb1b
commit 5f01f9a4cf
3 changed files with 6 additions and 0 deletions

View File

@@ -541,6 +541,7 @@
apiStat.getUserStatTotalInfo(this.userInfo.aid).then(res => {
if (res.status == 200) {
this.uinfo.uCurrency = res.result.uvalue;
this.$bus.$emit('u-Currency',res.result.uvalue)
}
});
},