收藏
回答

map custom-callout中使用cover-image,图片渲染不出来?!

uni-app开发H5,使用map,想在气泡 custom-callout中自定义使用图片cover-image,但是不生效,图片一直渲染不出来。代码如下:

<cover-view slot="callout">

<block v-for="(item, index) in mapData.markers" :key="index">

<cover-view class="customCallout" :marker-id="item.id" >

<cover-image class="icon" src="../../static/h5/nav-red.png"></cover-image>

<cover-view class="content">

{{item.callout.content}}

</cover-view>

</cover-view>

</block>

</cover-view>


最后一次编辑于  2021-12-28
回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容