wx.stopRecord没有成功回调?

发布于 6 年前作者 baixiuying14656 次浏览最后编辑 6 年前来自 ask

魅蓝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);
        })
    },
0 回复
暂无回复