<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;
}
已解决,图片路径改为绝对路径
z-index?
不是的