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>
楼主大大,解决了么有。
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,提供下复现的具体流程,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)