From 82e8f48d6069582fdb6897ed36cb891a1c696cb2 Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Sat, 15 Oct 2022 20:36:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B9=E6=B3=95=EF=BC=9Age?= =?UTF-8?q?tLevel=20=20-=20=20=E6=9B=B4=E6=94=B9=E8=8E=B7=E5=8F=96U?= =?UTF-8?q?=E5=B8=81=E7=9A=84=E5=B1=9E=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ucurrency/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ucurrency/Index.vue b/src/views/ucurrency/Index.vue index f852f245..c43cf1d0 100644 --- a/src/views/ucurrency/Index.vue +++ b/src/views/ucurrency/Index.vue @@ -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; } }); },