This commit is contained in:
yumoqing 2026-02-27 14:45:28 +08:00
parent 127c00bfd3
commit 88c6305c2a

View File

@ -252,7 +252,7 @@ bricks.SysVideoRecorder = class extends bricks.MediaRecorder {
{ type: 'image/jpeg' }); { type: 'image/jpeg' });
this.imgw.set_url(this.dataurl); this.imgw.set_url(this.dataurl);
} catch(e){ } catch(e){
console.error(e); ;
} }
} }
close_recorder(){ close_recorder(){