报名后头像bug

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

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

Loading…
Cancel
Save