|
|
@@ -283,7 +283,7 @@
|
|
|
<div v-if="commentListData.length > 0" class="comment-list">
|
|
|
<div v-for="comment in commentListData" :key="comment.id" class="comment-item">
|
|
|
<div class="comment-avatar">
|
|
|
- <img v-if="comment.userAvatar" :src="comment.userAvatar" :alt="comment.userName" />
|
|
|
+ <img v-if="comment.userImage" :src="comment.userImage" :alt="comment.userName" />
|
|
|
<el-icon v-else :size="32">
|
|
|
<Avatar />
|
|
|
</el-icon>
|