<map id="addressMap" include-points="{{markers}}" bindregionchange="regionchange" enable-zoom="{{true}}" polyline="{{polyline}}" markers="{{markers}}" longitude="{{longitude}}" latitude="{{latitude}}" scale='14' style="position:relative;width:100%;height:200px"> wx.createMapContext('addressMap').includePoints({ padding: [50, 50, 50, 50], points: markers })
map组件规划路径在地图中显示不全?[图片]
2021-07-14如何禁止双击事件?catchtap 地图组件同层渲染不生效,catchtap还是会触发了地图缩放事件
map同层渲染后无法触发点击事件map下面添加的view组件同屏渲染没有问题,但是渲染出来以后无法触发事件(点击/悬停) 手机版的微信可以,PC版的微信和开发工具都不行。 <map id="bizhai_map" bindregionchange="mapBindregionChange" scale="{{13}}" latitude="{{mapLocation.latitude}}" longitude="{{mapLocation.longitude}}" class="map-layer" markers="{{markers}}" subkey="DVFBZ-VQK3R-MO6WE-WG4RF-VJ2W5-YVB4N" layer-style="{{1}}"> <area-select-layout compid="{{$compid__16}}"></area-select-layout> <date-picker-layout compid="{{$compid__17}}"></date-picker-layout> <view class="{{anonymousState__temp}}"> <view bindtap="openCenter" class="icon-user__box"> <image src="{{icon.icon_person_center}}" class="icon-person-center"></image> </view> <view bindtap="gotoPageAndSession" data-auth="{{true}}" data-src="/pages/center/message" class="message-comp"> <block wx:if="{{messageCount > 0}}"> <view class="red-dot-sm"></view> </block> <image src="{{icon.icon_message}}" class="icon-default"></image> </view> </view> </map>
2021-07-07同问,如何使用同层渲染怎么处理呢,这个同层渲染方式应该怎么用啊? map组件上面使用coverview吗?
小程序同层渲染到底该怎么实现啊?小程序同层渲染到底该怎么实现,比如要在map,camera等原生组件上覆盖元素,怎么实现,求大佬发一个示例代码
2021-07-07