- map bindmarkertap返回的结构对齐2021-08-16
- 模拟器里的MAP组件,bindmarkertap,bindtap事件同时触发?
模拟器里的MAP组件,bindmarkertap,bindtap事件同时触发,而且地图出来个三维控制标,调试混乱,就这两天以前不这样的。哪位知道是什么情况?
2021-01-17 - map的bindmarkertap返回的结构变了吗?
最近有小部分用户反馈点击marker没反应,很是奇怪。 看了下不同基础库返回的结构不一样,低版本的跟文档描述不一样。 线上取markerId一直是用e.markerId,今有用户iphoneX 微信7.0.21点击没反应。 请官方解答下? 这是要兼容不同基础库了吗。 文档:[图片] 开发工具基础库2.15.0点击marker返回: [图片] 开发工具基础库1.9.97点击marker返回: [图片]
2021-03-03 - 用这个chooseImage选择完图片后showLoading这个不显示!
选择完图后显示showLoading 工具是成功显示的,而真机iphone X IOS12.4.1 无法显示,感觉是更新了新微信导致的 // 选择图片 wx.chooseImage({ count: 1, // 默认9 sourceType: ['album', 'camera'], // 可以指定来源是相册还是相机,默认二者都有 success: function(res) { wx.showLoading({ title: '上传中...', mask: true, }) } }) [图片]
2019-09-19 - 小程序针对某次请求设置超时时间?
小程序配置了全局 超时请求,10秒时间,但是我业务中有一个接口需要20秒才能请求成功的接口,有没有办法单独配置一个20秒后请求方法超时处理呢,官网大佬,比较急,麻烦看到尽快回复。
2019-09-02 - getMenuButtonBoundingClientRect接口不知名报错
[图片] [图片] [图片] 报这个错 怎么处理大家
2019-07-18 - wx.getMenuButtonBoundingClientRect报错
- 当前 Bug 的表现(可附上截图) [图片] [图片] 调用wx.getMenuButtonBoundingClientRect这个API后,告警平台会收到一堆的这个错误告警,希望尽快修复这个问题。 已经有很多人反馈这个问题了: https://developers.weixin.qq.com/community/develop/doc/000460e0d8cec0767e28972ab51000 https://developers.weixin.qq.com/community/develop/doc/0002a496594bc88f97f7984a451000 https://developers.weixin.qq.com/community/develop/doc/0006cc9c1f04f817b8b709ec351000 https://developers.weixin.qq.com/community/develop/doc/0008aa20650a406b169775dc45b000 之前说的7.0.3修复,现在都7.0.5了还是存在这个问题。麻烦官方人员排查一下。
2019-07-18 - 微信7.0.7-Map组件中的bingmarkertap 全部失效?
微信7.0.7-Map组件中的bingmarkertap 全部失效 ,我微信更新到了 7.0.7的最新版本,我看了目前已知的所有小程序,所有的bingmarkertap全部失效了。
2019-09-18 - 微信小程序升级到7.07版本 IOS 地图点 无法点击
用户更新到微信最新版本 无法点击小程序地图里面的图片 点击无反应
2019-09-19 - descriptor with depth 0 but get another
webviewScriptError Expect END descriptor with depth 0 but get another value@https://servicewechat.com/wxf49e0ceaceaed8aa/178/page-frame.html:2:1012935https://servicewechat.com/wxf49e0ceaceaed8aa/178/page-frame.html:2:1041642value@https://servicewechat.com/wxf49e0ceaceaed8aa/178/page-frame.html:2:1014209value@https://servicewechat.com/wxf49e0ceaceaed8aa/178/page-frame.html:2:1014597value@https://servicewechat.com/wxf49e0ceaceaed8aa/178/page-frame.html:2:990381O@https://servicewechat.com/wxf49e0ceaceaed8aa/178/page-frame.html:2:1091344F@https://servicewechat.com/wxf49e0ceaceaed8aa/178/page-frame.html:2:1091980https://servicewechat.com/wxf49e0ceaceaed8aa/178/page-frame.html:2:1093475https://servicewechat.com/wxf49e0ceaceaed8aa/178/page-frame.html:2:1083146https://servicewechat.com/wxf49e0ceaceaed8aa/178/page-frame.html:2:120220https://servicewechat.com/wxf49e0ceaceaed8aa/178/page-frame.html:2:96756https://servicewechat.com/wxf49e0ceaceaed8aa/178/page-frame.html:2:94822y@https://servicewechat.com/wxf49e0ceaceaed8aa/178/page-frame.html:2:1772global code@https://servicewechat.com/wxf49e0ceaceaed8aa/178/page-frame.html:1:72 env:{"ch":"weixin","ct":"ios","os":"12.1","lch":"ios","ua":"MicroMessengerWXA ('iPhone X (GSM+CDMA)iphone10,3>; iOS 12.1; 3dpr; language/zh_CN) ios/7.0.3","sc":"724*375","network":"4G"}/iphone10,3>日志里最近多了这样的报错,目前尚未发现复现场景,基本日志如上。社区类似尚未给出答案,请问最近有查出原因吗
2019-02-11