一、效果图
二、注意要点
- 1.在真机模拟时,本地图片不支持下载,可以使用百度上的网络图。
- 2.如果是图片,建议使用绝对路径。使用/代表项目的根目录。
- 3.如果是微信小程序调试,不支持本地图片的预览。
三、代码
template模板中:
<!-- 照片 -->
<view style="margin-top: 20upx;">
<scroll-view scroll-x="true" class="pic" style="width: 100%;overflow:hidden;white-space:nowrap;">
<view class="img_wrapper" v-for="(item,index) in progress_imgs" :key="index"><image @click="progressImgClick(progress_imgs)" :src="item"/></view>