cover-view 在真机上不显示,调试可以看到位置但是就是不显示
发布于 6 年前 作者 yan94 19462 次浏览 来自 问答

<view class=“show_map”>

<map id=“map”

:longitude=“longitude

:latitude=“latitude

scale=“11”

:markers=“markers

@markertap=“markertap

style=“width: 100%; height: 500rpx;”>

<cover-view class=“control”>

<cover-image class=“img” style=“width:60rpx;height:60rpx” src="…/…/…/static/img/here.png"/>

</cover-view>

</map>

</view>

.control {

position: absolute;

bottom: 10rpx;

}

2 回复

已解决,图片路径改为绝对路径

回到顶部