This commit is contained in:
yumoqing 2025-09-20 21:22:12 +08:00
parent b1f122e874
commit a9cd6fd846

View File

@ -18,13 +18,13 @@ bricks.UserInputView = class extends bricks.VBox {
if (f.name.startsWith('video')){
this.v_w = new bricks.VideoPlayer({
url:data[f.name],
autoplay:true
autoplay:true,
width: '100%'
});
} else if (f.name.startsWith('audio'){
this.a_w = new bricks.AudioPlayer({
url:data[f.name],
autoplay:true
autoplay:true,
width: '100%'
});
} else if (f.name.startsWidth('image'){