添加点击事件处理函数,允许用户点击图片查看大图,提升用户体验
@@ -251,7 +251,7 @@
{{ item.type }}
</div>
<div class="na_m_i_content">
- <img style="height: 100px;width: auto;" :src="item3" />
+ <img @click="lookImage(item3)" style="height: 100px;width: auto;cursor: pointer;" :src="item3" />
</template>