|
@ -17,7 +17,7 @@ |
|
|
> |
|
|
> |
|
|
<img |
|
|
<img |
|
|
v-if="item.attachments && item.attachments.length > 0" |
|
|
v-if="item.attachments && item.attachments.length > 0" |
|
|
:src="item.attachments.length > 0 ? item.attachments[0] : ''" |
|
|
:src="item.attachments.length > 0 ? item.attachments[0].url : ''" |
|
|
alt="" |
|
|
alt="" |
|
|
/> |
|
|
/> |
|
|
<div v-else class="imgE">暂无图片</div> |
|
|
<div v-else class="imgE">暂无图片</div> |
|
@ -37,7 +37,7 @@ |
|
|
> |
|
|
> |
|
|
<img |
|
|
<img |
|
|
v-if="item.attachments && item.attachments.length > 0" |
|
|
v-if="item.attachments && item.attachments.length > 0" |
|
|
:src="item.attachments.length > 0 ? item.attachments[0] : ''" |
|
|
:src="item.attachments.length > 0 ? item.attachments[0].url : ''" |
|
|
alt="" |
|
|
alt="" |
|
|
/> |
|
|
/> |
|
|
<div v-else class="imgE">暂无图片</div> |
|
|
<div v-else class="imgE">暂无图片</div> |
|
|