找到方案了,在map上绑定 bindcallouttap:点击标记点对应的气泡时触发e.detail = {markerId} https://blog.csdn.net/weixin_46561899/article/details/135544026
map中嵌套cover-view,点击事件无效,请问如何解决?地图上展示marker,marker上展示气泡callout,因展示的内容太多,使用的自定义callout,参照文档里提供的demo,实现了,我想要的效果,但是点击事件没反应,请问如何处理? <view> <map class="home-map" scale="{{currentScale}}" longitude="{{currentLongitude}}" latitude="{{currentLatitude}}" markers="{{markers}}" bindtap="bindtapmap" bindmarkertap="bindmarkertap" show-location="true"> <cover-view slot="callout"> <block wx:for="{{customCalloutMarkerIds}}" wx:key="*this"> <cover-view class="customCallout" marker-id="{{item}}" > <cover-view class="content" > <cover-view bindtap="trackPlayBack">车牌号{{currentMarker.id}}</cover-view> <cover-view>车牌号{{currentMarker.name}}</cover-view> <cover-view>车牌号{{currentMarker.latitude}}</cover-view> <cover-view>车牌号{{currentMarker.longitude}}</cover-view> <cover-view>车牌号{{currentVehicle}}</cover-view> </cover-view> </cover-view> </block> </cover-view> </map> </view> trackPlayBack(){ console.log(111111) wx.navigateTo({ url: '/pages/trackPlayBack/trackPlayBack', }) }
09-2724.8 有进度吗
自定义组件中,如和在使用该组件的时候给属性代码提示?自定义组件中,如和在使用该组件的时候给属性代码提示? [图片]
08-172024.3.15 还没有修复吗
微信内置浏览器 以及小程序内<webview> 环境下 location.replace()方法失效let url = ('https://s.ttkaifa.com/api/wx/mp/oauth2?url=' + encodeURIComponent(window.location.href.split('?')[0]) + '&wsNo=' + '123456789' ; window.location.replace(url) 此情况下window.location.replace 的表现形式与window.location.href 相同 并没有删除当前页面历史记录,点击返回键还是能返回之间的页面
03-15[图片]我也是的,开发小游戏,常年这样
出现GPU内存一直100%, 电脑卡的不行, 重新编译项目不好使, 关闭项目才行- 当前 Bug 的表现(可附上截图) 任务管理器可看到GPU内存一直100%, 即使重新编译项目也不行, 只要关闭项目才行 - 预期表现 - 复现路径 - 提供一个最简复现 Demo
2020-03-06应该是前端更新了,我本地的浏览器有缓存,现在可以下载了,目录位置也变了 [图片] 为什么不直接公开一个git仓库地址呢?
开发者社区貌似更新,小游戏adapter下载不了?- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo 小游戏adapter下载不了? 点击之后跳转到这个连接https://developers.weixin.qq.com/minigame/dev/tutorial/weapp-adapter.zip [图片]
2019-05-27