This commit is contained in:
yumoqing 2025-09-01 20:59:50 +08:00
parent 7429580ea6
commit 941ab5f402

View File

@ -527,6 +527,7 @@ bricks.UiImage =class extends bricks.VBox {
url:event.params, url:event.params,
width:'100%' width:'100%'
}); });
this.value = event.params
this.add_widget(this.imgw); this.add_widget(this.imgw);
} }
handleFileSelect(event){ handleFileSelect(event){