From 252d27c108f013aca7d98dcd8886da383657fcb0 Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Tue, 15 Nov 2022 14:23:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=8E=92=E5=90=8D=E5=A4=A7?= =?UTF-8?q?=E4=BA=8E=E4=BA=94=E6=97=B6=E5=A4=B4=E5=83=8F=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/rankingList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/my/rankingList.vue b/pages/my/rankingList.vue index 0b59536..5a52ae1 100644 --- a/pages/my/rankingList.vue +++ b/pages/my/rankingList.vue @@ -203,6 +203,7 @@ this.getExperience(); this.getDuration(); this.getDays(); + this.userInfo.avatar = this.userInfo.avatar.substring(this.userInfo.avatar.indexOf("upload")+6); }); },