录像接口的视频地址,是保存在本地电脑的什么位置了呢?
startRecord(){ camera.startRecord() }, stopRecord(){ camera.stopRecord({ success:res=>{ console.log(res) this .setData({ tempVideoPath: res.tempVideoPath }) }, fail:err=>{ console.log(err) } }) } |