bug分析
小程序点击切换标记点修改图标时,需要重新渲染,导致显示的title消失,需要再次点击才出现。
解决方法
使用气泡 callout
callout 属性值: display ‘BYCLICK’:点击显示; ‘ALWAYS’:常显
在点击事件bindmarkertap中 修改markers图标的同时对该标记点赋值callout
原文链接:https://blog.csdn.net/qq_36586197/article/details/100116204
bug分析
小程序点击切换标记点修改图标时,需要重新渲染,导致显示的title消失,需要再次点击才出现。
解决方法
使用气泡 callout
callout 属性值: display ‘BYCLICK’:点击显示; ‘ALWAYS’:常显
在点击事件bindmarkertap中 修改markers图标的同时对该标记点赋值callout
原文链接:https://blog.csdn.net/qq_36586197/article/details/100116204
本文标题:微信小程序marker切换时修改图标导致title消失
本文链接:https://www.haomeiwen.com/subject/okepectx.html
网友评论