|
@ -41,7 +41,8 @@ |
|
|
v-for="(item, index) in info.imageList" :key="index" |
|
|
v-for="(item, index) in info.imageList" :key="index" |
|
|
style="width: 200px; height: 200px;margin-right: 10px;" |
|
|
style="width: 200px; height: 200px;margin-right: 10px;" |
|
|
:src="item" |
|
|
:src="item" |
|
|
:preview-src-list="info.imageList"> |
|
|
:preview-src-list="info.imageList" |
|
|
|
|
|
:z-index="99999"> |
|
|
</el-image> |
|
|
</el-image> |
|
|
</div> |
|
|
</div> |
|
|
<!-- <span>{{ info.peopleCount }}</span> --> |
|
|
<!-- <span>{{ info.peopleCount }}</span> --> |
|
|