wx.stopRecord没有成功回调?
魅蓝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);
})
},