获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
2025年了,这个问题我差了一天了。。。
使用微信地图组件时,当enableDefaultStyle设置为false点击事件失效https://developers.weixin.qq.com/miniprogram/dev/component/map.html 24年4月27号以前功能都能正常运行,今天收到用户反馈说功能无效,排查许久,故此反馈。 代码问题描述: 当设置enableDefaultStyle为false时,通过addMarkers添加自定义簇群点,并通过mapCtx.on('markerClusterCreate', () => {})监听点击事件,目前点击事件完全不会被触发,但是当设置enableDefaultStyle为true时,点击事件就会生效。 代码片段:https://developers.weixin.qq.com/s/ARFICpm272ly,期望打印markerClusterClick,可实际却并没有。
02-26刚刚试了下是空出了tabBar的高度,聚焦把tabBar隐藏,失去焦点再显示tabBar就可以了
textarea通过bindfocus获取的e.detail.height高度不正确,请教?textarea通过bindfocus获取的e.detail.height高度不正确,请教大神指点,关键代码如下: [图片] wxml: [图片] wxss: [图片] js: [图片]
2023-05-30