小程序订阅消息怎么监测到是否勾选总是保持以上选择按钮[图片]
iOS上触发订阅消息后可以隐藏小程序再次扫码进入以后不可以再次触发订阅消息事件iOS上触发订阅消息后可以隐藏小程序再次扫码进入以后不可以再次触发订阅消息事件 https://v.qq.com/x/page/d3036fp89au.html
2020-11-07每个标记点需要个id吧
MAP控件的bindcallouttap和bindmarkertap无效- 当前 Bug 的表现 IOS <view class='maps'> <map longitude="{{mapdata.longitude}}" latitude="{{mapdata.latitude}}" show-location="{{mapdata.showlocation}}" show-compass="{{mapdata.showcompass}}" markers="{{mapdata.markers}}" class='map' style='width:{{mapW}}px;height:{{mapheight}}px' bindcallouttap="callouttap" bindmarkertap="markertap" include-points="{{includpoints}}"></map> </view> - 预期表现 callouttap和callouttap函数可以正常调用 - BUG 气泡正常弹出, 但是点击后完全没有反应, 不调用对应函数 callouttap:function(e){ wx.showToast({ title: 'callouttap', }) }, markertap:function(e){ wx.showToast({ title: 'markertap', }) }
2019-08-08