魅蓝M6 Note 微信版本7.0.15在调用wx.stopRecord的停止录像的api中没有返回成功的回调。
stopRecord: function () {
let that = this;
this.cameraContext.stopRecord({
success: function (res) {
console.log('停止录制');
},
fail: function (res) {
console.log(res);
})
},
是啊,我也发现,录音停止接口老是没有回调,导致我获取不到localId
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)