在开发小程序时,遇到部分图片不显示的问题
假设不展示的图的地址为: https://profile-avatar.csdnimg.cn/220880f9c0f74e4484d440c6e74f2450_dark_programmer.jpg
1.image组件占位但不展示图片
图例:
2.解决办法:
添加前缀: https://images.weserv.nl/?url=
如:
<image class="image" mode="aspectFill" src="https://images.weserv.nl/?url=https://profile-avatar.csdnimg.cn/220880f9c0f74e4484d440c6e74f2450_dark_programmer.jpg!3" onError="imageError" onLoad="imageLoad"/>
如此即可展示正常