This commit is contained in:
yumoqing 2025-09-29 11:02:30 +08:00
parent 758d34592a
commit 1bf59a66bf

View File

@ -106,7 +106,7 @@ bricks.Camera = class extends bricks.Popup {
if (this.record_status == 'recording'){
this.record_status = 'standby';
this.shot_btn.set_url(bricks_resource('imgs/start_recording.svg'));
this.viderecorder_stop();
this.videorecorder_stop();
} else {
this.record_status = 'recording';
this.shot_btn.set_url(bricks_resource('imgs/stop_recording.svg'));