楼主解决了吗,我也碰到这样的问题
map组件,bindmarkertap真机无效?开发者工具是正常的,但是手机调试的时候,没有触发bindmarkertap
2021-01-23是真机调试和预览都没有响应
bindmarkertap失效,在手机上面无响应,开发工具有响应,几个手机都试了,没响应?markertap在手机上面无响应,开发工具有响应,几个手机都试了,没响应 https://developers.weixin.qq.com/s/IWn0izm97hna 上面是代码片段分享链接 <map id="myMap" style="width: 100%; height: 100%;position: fixed;top: 0;left: 0;" latitude="27.2213" longitude="111.43888" scale="6" bindcontroltap="controltap" markers="{{markers}}" bindmarkertap="markertap" bindregionchange="regionchange" show-location ></map> const app = getApp() Page({ data: { markers: [{"id":2,"clusterId":2,"title":"测试地","latitude":"27.916539113640834","longitude":"112.54059791564941","width":"30px","height":"40px","rotate":0,"alpha":1,"zIndex":100,"callout":null}] }, onLoad() { console.log('https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/devtools.html') }, controltap:function(){}, regionchange:function(){}, markertap:function(e){ console.log('markertap', e); } })
2021-01-23[图片] 解决了吗,我的是XML在签名验证里面是通过的,在接口里面死活都过不了,总是说签名错误,然后key已经换过好几次了,还是没用。。。。
企业付款到零钱一直提示签名错误查了半天都没发现什么原因 所有的都已经核实过了[图片] [图片] 一直提示签名错误
2019-11-08