|
|
@ -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) { |
|
|
|