From e617378fcccf3dde6a61beb812cd5a941a0e3d1b Mon Sep 17 00:00:00 2001 From: woody Date: Sat, 10 May 2025 20:53:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(mine):=20=E4=BF=AE=E5=A4=8D=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3500=E5=AF=BC=E8=87=B4=E5=A5=96=E8=A1=94=E5=AD=97?= =?UTF-8?q?=E6=AE=B5undefined=E5=90=8E=E9=A1=B5=E9=9D=A2=E5=90=8E=E7=BB=AD?= =?UTF-8?q?=E4=BA=A4=E4=BA=92=E8=A2=AB=E9=98=BB=E5=A1=9E=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/mine/index.vue b/pages/mine/index.vue index 60344c9..13204da 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -462,7 +462,7 @@ export default { //获取用户真实奖衔 getUserAwardss() { api.getUserAwards().then((res) => { - this.awards = res.data; + this.awards = res.data || {}; }); }, GetPercent(num, total) {