- 像美团这样的分享是怎样实现的呢?
[图片] 点击立即邀请,就能直接调起分享的聊天列表了
2020-07-28 - getLocation 错误?
getLocation: fail: ERRO_S 用户截过来的,错误后边的看不到,以S开头的,是什么错误呢
2020-07-13 - wx.request post请求偶尔丢失部分参数?
wx.request({ url: 'test.php', //仅为示例,并非真实的接口地址 data: { x: '', y: '', z: '' }, header: { 'content-type': 'application/x-www-form-urlencoded' // 默认值 }, success (res) { console.log(res.data) } }) 像这样的请求中写死的三个参数,但是后台收到的数据中偶尔会没有z参数
2020-07-07 - wx.request post请求偶尔丢失部分参数?
wx.request({ url: 'test.php', //仅为示例,并非真实的接口地址 data: { x: '', y: '', z: '' }, header: { 'content-type': 'application/x-www-form-urlencoded' // 默认值 }, success (res) { console.log(res.data) } }) 像这样的请求中写死的三个参数,但是后台收到的数据中偶尔会没有z参数
2020-07-06 - 网络请求post中,后台收到的莫名其妙的东西?
cervicewechat.com/小程序appid/47/page-frame. 后台日志中发现的,使用的post请求,该传的参数没有,多了上面的这些东西,这是为什么?
2020-07-01 - map拖动问题偶尔会报bug?
Ignored attempt to cancel a touchcancel event with cancelable=false, for example because scrolling is in progress and cannot be interrupted. 出现的很频繁
2020-06-23 - bindregionchange 回调有问题?
{"type":"begin","causedBy":"","target":{"dataset":{},"id":"map","offsetTop":0,"offsetLeft":0},"currentTarget":{"dataset":{},"id":"map","offsetTop":0,"offsetLeft":0},"timeStamp":1592906844080,"detail":{"type":"begin"}} 来回拖动只有begin
2020-06-23 - 从最近使用入口 进入小程序,首页地图偶尔会定位不到用户?
从最近使用入口 进入小程序,首页地图会一直显示在海上,偶然发生,不是必现的。 这种是什么情况发生的,该怎么定位问题
2020-06-23 - map组件重复渲染问题?
公司业务要在map组件 上面的polygon渲染,比较频繁,polygon部分有重复,如果map组件能自己过滤重复渲染,只修改改变的部分,或者能开放接口部分添加polygon,自己去重也行
2020-06-18 - Maximum call stack size exceeded?能有更详细的内容么?
Maximum call stack size exceeded;at "" page lifeCycleMethod onShow function RangeError: Maximum call stack size exceeded at Function.[Symbol.hasInstance] (<anonymous>) 后台报这个错误,能有更详细的分析么 现在也不知道怎么处理 这部分代码好久没动过,这个错误是最近才有的
2020-04-03