报名后头像bug

main
lijingyu007 10 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) { if (this.userId == item.user_id) {
currentis = item currentis = item
} }
if (item.avatar && item.avatar.indexOf('http') == -1) {
item.avatar = this.base + item.avatar
}
}) })
} }
if (currentis) { if (currentis) {

Loading…
Cancel
Save