小程序swiper使用服务端返回的图片在开发者工具上和手机真机调试上都显示,手机预览和线上都不显示?
程序员文章站
2022-06-04 19:46:37
...
1.小程序swiper使用服务端返回的图片
2.src引用单张可以显示,引用list就一张都不显示了 3.使用的是mpvue
<swiper :indicator-dots="indicatorDots"
:circular = true
:autoplay="autoplay" :interval="interval"
:duration="duration">
<block v-for="(item, index) in imgUrl"
:key="index">
<swiper-item @click='gotoInfo(item)'>
<img :src='item.pictureURL' />
</swiper-item>
</block>
</swiper>
在开发者工具上和手机真机调试上都显示,手机预览和线上都不显示是什么原因啊? 谢谢!
上一篇: [Mac] 记录使用Homebrew安装Mysql全过程
下一篇: 腾讯PHP程序员一份笔试题