获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
申请多次,依旧没有通过改接口,appId:wx009f6c8dad2d547b
wx.onLocationChange为什么一直申请不通过https://developers.weixin.qq.com/miniprogram/dev/framework/wx.onLocationChange申请一直不通过是什么原因
2022-08-08同问,有解决的方案吗?这样每次都打包调试太麻烦了~~
Cameraframelistener 真机调试监听失败- 当前 Bug 的表现(可附上截图) [图片] - 预期表现 listener.start()回调fail - 复现路径 - 提供一个最简复现 Demo Page({ onLoad() { this.ctx = wx.createCameraContext() const l = this.ctx.onCameraFrame((frame)=>{ console.log(frame) }) listener.start({ success: function(){ console.log('listener start') }, fail: function(){ console.log('listener fail') } }) } })
2019-12-05