Browse Source

代码提交

master
juwei001 1 year ago
parent
commit
3b3d6cdcdc
  1. 4
      src/views/next/screen-content-right/hsyf-right/index.vue

4
src/views/next/screen-content-right/hsyf-right/index.vue

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

Loading…
Cancel
Save