<span class="image-span" v-for="(ele, i) in photoList" :key="i" @tap="previewPhoto(photoList, i)" >
<image mode="aspectFit" :src="getStaticImg(photoList, i)"/>
</span>
data
photoList: ['/20190715/18/10/104244207_A00001.png', '/20190715/18/10/104244207_A00002.png','/20190715/18/10/104244207_A00003.png'],
methods
getStaticImg: function(urls, index) {
const thumbPath = constantConfig.staticImgUrl + urls[index].replace(constantConfig.originalPath, constantConfig.thumbPath);
console.log(thumbPath)
return thumbPath
},
css
image {
width: 100upx;
height: 100upx;
border-radius: 10upx;
}
依照代码应该在页面初始化时候直接展示图片,在chrome测试是没问题,但是在app里并没有,如附件
IDE运行环境说明
HBuilderX
2.1.0.20190713
windows10
uni-app运行环境说明
app
[运行端版本号]
HBuilderX创建
编译器版本:2.1.0,当前项目编译模式:非自定义组件模式。
App运行环境说明
8.1.0
[iOS版本号]
魅族note8
[模拟器型号]
附件
[IDE问题请提供HBuilderX运行日志。菜单帮助-查看运行日志,点右键打开文件所在目录,将log文件压缩成zip包上传]
[App问题请提供可重现问题的代码片段,你补充的细一点,问题就解决的快一点]
[App安装包或H5地址]
[可重现代码片段]
联系方式
284880861
h***@qq.com (作者)
是带http的完整的请求,请求连接我们都打在console里看过了
2019-07-25 09:15