我这儿也没有生效 代码片段:https://developers.weixin.qq.com/s/B5hsBym67HIR
MapContext.eraseLines(Object object) 为什么不起作用?MapContext.eraseLines(Object object) 调用为什么不起作用? let map = wx.createMapContext('mMap', this) map.eraseLines({ lines: [{ id: 0, index: 0, point: [ {latitude: 23.124624, longitude: 113.362086}, {latitude: 23.124556, longitude: 113.362081}, {latitude: 23.124517, longitude: 113.36208} ] }], success: function (res) { console.log(res) }, complete: function (res) { console.log(res) } })
2023-05-28我也遇到了,几十个小程序,原手机都不能丢了。
换手机后微信公众号登陆需要密码?我是一个小程序开发,每次去提审都需要登陆公众号 但是最近手机坏了换了个手机后一直需要密码 可是我就是一个开发 不知道问谁要密码啊 而且 我的小程序有好几十个 总不能让我一个一个去找人吧? 大概多久能好啊
2023-01-06我也遇见了,昨天还是好的。今天就突然报错了
map组件enableSatellite设置为true出现渲染错误?5月23日-5月24日,23日没有问题,24日一看我地图就出来问题,检查后发现是map组件setting配置项配置enableSatellite为true就会报渲染错误 setting { showLocation: true, showScale: false, enableZoom: true, enableScroll: true, enableSatellite: true }, 报错情况(key我最后几位就藏起来了) [渲染层错误] TypeError: Cannot read property 'updateMapAppNum' of undefined at e.value (https://map.qq.com/api/gljs?v=1.exp&key=6GUBZ-WOJKX-J7H46-7WVQI-E7A66-*****&callback=__map_jssdk_init:17:162027) at l.enableSatelliteChanged (http://127.0.0.1:35428/__pageframe__/__dev__/WAWebview.js?t=wechat&s=1653355802976&v=2.24.2:2:1345266) at http://127.0.0.1:35428/__pageframe__/__dev__/WAWebview.js?t=wechat&s=1653355802976&v=2.24.2:2:1354881 at Array.forEach (<anonymous>) at l._ready (http://127.0.0.1:35428/__pageframe__/__dev__/WAWebview.js?t=wechat&s=1653355802976&v=2.24.2:2:1354852) at l.initMap (http://127.0.0.1:35428/__pageframe__/__dev__/WAWebview.js?t=wechat&s=1653355802976&v=2.24.2:2:1323500) at l.attached (http://127.0.0.1:35428/__pageframe__/__dev__/WAWebview.js?t=wechat&s=1653355802976&v=2.24.2:2:1320887) at a.safeCallback (http://127.0.0.1:35428/__pageframe__/__dev__/WAWebview.js?t=wechat&s=1653355802976&v=2.24.2:2:361951) at a.call (http://127.0.0.1:35428/__pageframe__/__dev__/WAWebview.js?t=wechat&s=1653355802976&v=2.24.2:2:361736) at t (http://127.0.0.1:35428/__pageframe__/__dev__/WAWebview.js?t=wechat&s=1653355802976&v=2.24.2:2:379284)(env: Windows,mp,1.05.2204250; lib: 2.24.2)
2022-05-24