你解决了吗
安卓蓝牙打印机连接成功但getBLEDeviceServices:fail:no service?安卓手机连接蓝牙打印机显示连接成功但是wx.getBLEDeviceServices返回"errCode":10004,"errMsg":"getBLEDeviceServices:fail:no service"[图片][图片]
2021-07-19楼主解决了吗
用户相机已经授权 takePhoto 调用报错 还有相机黑屏?[图片][图片][图片][图片][图片][图片][图片][图片][图片][图片][图片][图片][图片][图片][图片][图片][图片] const ctx = wx.createCameraContext(); ctx.takePhoto({ quality: "normal", success: (res) => { this.setData({ src: res.tempImagePath, }); // this.loadTempImagePath(res.tempImagePath); wx.showLoading({ title: "图片上传中", mask: true, }); this.upimg(res.tempImagePath); }, fail: () => { wx.hideLoading(); app.toast("拍照异常请稍后再试"); }, }); 目前已知相机黑屏型号 : 设备品牌 blackshark 设备型号 SKW-A0 客户端版本 7.0.19 基础库版本 2.14.0 系统类型 Android 10 目前已知相机拍照异常型号 : 手机品牌:苹果8 代码片段链接: https://developers.weixin.qq.com/s/RCmmyDmh7WlQ
2021-06-04