解决排名大于五时头像不显示问题。

This commit is contained in:
weinan2087
2022-11-15 14:23:59 +08:00
parent 20be15eeac
commit 252d27c108

View File

@@ -203,6 +203,7 @@
this.getExperience();
this.getDuration();
this.getDays();
this.userInfo.avatar = this.userInfo.avatar.substring(this.userInfo.avatar.indexOf("upload")+6);
});
},