This commit is contained in:
yumoqing 2026-01-28 15:46:39 +08:00
parent f9fa797ada
commit 8e29d67ba7
2 changed files with 2 additions and 8 deletions

View File

@ -52,8 +52,6 @@ bricks.HttpText = class {
width = bricks.app.screenWidth();
height = bricks.app.screenHeight();
}
console.log('=====bricks.app=', bricks.app);
this.params = {
"_webbricks_":1,
"_width":width,

View File

@ -83,6 +83,8 @@ bricks.Menu = class extends bricks.VScrollPanel {
console.log('menu item define error', opts);
}
f.bind(t, this)(event);
} else {
console.log('********** menu item configured error *******');
}
} else {
console.log('menu_clicked():', this.target, 'not found')
@ -100,12 +102,6 @@ bricks.Menu = class extends bricks.VScrollPanel {
console.log(w, items, 'container is null');
return;
}
if (w == this){
console.log('build menu children called');
} else {
console.log('gggggg', items, w);
console.trace('调用栈:');
}
for (let i=0;i<items.length;i++){
let item = items[i];
let subw = this.create_menuitem(item);