This commit is contained in:
zhaofang
2022-09-26 20:11:22 +08:00
parent 147e7a2fcf
commit 96e07d3135
13 changed files with 80 additions and 111 deletions

View File

@@ -181,7 +181,7 @@ import {userAvatarText,cutFullName} from "@/utils/tools.js";
this.uinfo.monthTotalDay = item.total;
}
if(item.statType == 30) {
this.uinfo.uCurrency = item.todays;
this.uinfo.uCurrency = item.total;
}
});
}