收藏
回答

录像接口的视频地址,是保存在本地电脑的什么位置了呢?

startRecord(){
   camera.startRecord()
 },
 stopRecord(){
   camera.stopRecord({
     success:res=>{
       console.log(res)
       this.setData({
         tempVideoPath: res.tempVideoPath
       })
     },
     fail:err=>{
       console.log(err)
     }
   })
 }


回答关注问题邀请回答
收藏
登录 后发表内容
问题标签