Browse Source

fix: 修复bug

chenjj 3 months ago
parent
commit
a1c2aad1ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/order/details/index.vue

+ 1 - 1
src/views/order/details/index.vue

@@ -7,7 +7,7 @@
             <div class="details-list">
                 <div class="details-list-item" v-for="item in detailsData.secondOrderList" :key="item.secondOrderId">
                     <el-image style="width: 100px; height: 100px"
-                        :src="item.volunteerPicture" />
+                        :src="detailsData.volunteerPicture" />
                     <div>
                         <div>用户姓名:{{ detailsData.clientName }}</div>
                         <div>评分:{{ item.userReview }}</div>