wx.stopRecord没有成功回调?
发布于 5 年前 作者 baixiuying 14511 次浏览 来自 问答

魅蓝M6 Note  微信版本7.0.15在调用wx.stopRecord的停止录像的api中没有返回成功的回调。

stopRecord: function () {
        let that = this;
        this.cameraContext.stopRecord({
            successfunction (res{
                console.log('停止录制');
            },
            failfunction (res{
                console.log(res);
        })
    },
回到顶部