From 910a157a7f8329f6d1824282c6ff078591404b7a Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 29 Dec 2025 16:07:26 +0800 Subject: [PATCH] bugfix --- bricks/menu.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bricks/menu.js b/bricks/menu.js index a2dc476..e28c244 100644 --- a/bricks/menu.js +++ b/bricks/menu.js @@ -103,7 +103,8 @@ bricks.Menu = class extends bricks.VScrollPanel { if (w == this){ console.log('build menu children called'); } else { - console.log('ggggggggggggggggggggg'); + console.log('gggggg', items, w); + console.trace('调用栈:'); } for (let i=0;i