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