Просмотр исходного кода

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

liuxiaole 1 неделя назад
Родитель
Сommit
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>