diff --git a/src/components/HomePage/homePage.vue b/src/components/HomePage/homePage.vue index 4e597015..485b3780 100644 --- a/src/components/HomePage/homePage.vue +++ b/src/components/HomePage/homePage.vue @@ -67,9 +67,11 @@
我的U币(累计)
{{statData.uvalue}}
+ @@ -149,7 +151,7 @@ this.$message.error(res.message); } }); - apiStart.getUserStatTotalInfo(this.userInfo.aid).then(res=>{ + apiStart.getUserStatTotalInfo(this.pageId).then(res=>{ if(res.status == 200) { this.statData.evalue = res.result.evalue; this.statData.level = res.result.level;