收藏
回答

微信小程序cover-image同样的图片但是有的图片就是加载不出来?

如题cover-image真机的都可以显示,但是预览就不行,求大佬指点一下,谢谢
<cover-view class="customCallout" v-for="(item,index) in petshopList" :key="index">
						<cover-view class="cover-content  df ai-center" :marker-id="item.id">
							<cover-image class="cover-img" src="https://c-ssl.duitang.com/uploads/item/201710/17/20171017215814_fwPMQ.jpeg" @binderror="failimg"></cover-image>				
							<cover-view class="shopName omit-1">{{item.callout.content}}</cover-view>
						</cover-view>
</cover-view>

回答关注问题邀请回答
收藏

1 个回答

  • 社区技术运营专员-Jahozheng
    社区技术运营专员-Jahozheng
    2022-08-14

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2022-08-14
    有用
    回复
登录 后发表内容