This commit is contained in:
yumoqing 2024-10-26 16:17:18 +08:00
parent 517cd150d8
commit 2927531328

View File

@ -169,7 +169,7 @@ bricks.widgetBuild = async function(desc, widget, data){
bricks.buildBind = async function(w, desc){
var widget = bricks.getWidgetById(desc.wid, w);
if (!widget){
cnsole.log('desc wid not find', desc);
console.log('desc wid not find', desc);
return;
}
var event = desc.event;