This commit is contained in:
yumoqing 2024-10-29 18:29:47 +08:00
parent 88930f63f9
commit fc0b49f8f6

View File

@ -61,7 +61,6 @@ bricks.IconBar = class extends bricks.HBox {
});
}
opts.url = opts.icon;
console.log('opts=', opts, '-------');
var w = new bricks.Icon(opts);
w.bind('click', this.regen_event.bind(this, opts));
return w;