浏览代码

Merge branch 'development' of http://8.152.195.41:3000/alien/group_web_merchant into development

liuxiaole 2 周之前
父节点
当前提交
f4eda6b9f7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/dynamicManagement/index.vue

+ 1 - 1
src/views/dynamicManagement/index.vue

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