This commit is contained in:
yumoqing 2024-10-10 11:22:29 +08:00
parent 60a708f0da
commit bb1eab3172

View File

@ -68,7 +68,7 @@ bricks.Video = class extends bricks.Layout {
this.hidedbtn.dispatch('click');
}
play(){
this.hidedbtn.hide();
// this.hidedbtn.hide();
console.log('Video:play() called....');
this.player.play();
}