报名后头像bug

main
lijingyu007 10 months ago
parent 59728ef6be
commit f517dfe4e4
  1. 3
      src/page/homepage/crowdsourcing/crowddetails.vue

@ -548,6 +548,9 @@ export default {
this.entrants.forEach((item) => { this.entrants.forEach((item) => {
if (this.userId == item.user_id) { if (this.userId == item.user_id) {
currentis = item currentis = item
}
if (item.avatar && item.avatar.indexOf('http') == -1) {
item.avatar = this.base + item.avatar
} }
}) })
} }

Loading…
Cancel
Save