From a3414cfba9c817e19c840aba7ad0ca25b7636cbf Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 20 Aug 2021 18:39:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/dev.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/examples/dev.html b/examples/dev.html index 6afcc3589..f4a855b3d 100644 --- a/examples/dev.html +++ b/examples/dev.html @@ -28,7 +28,6 @@ type: "bi.button", text: "点击", handler: function () { - debugger; layout.populate([{ type: "bi.label", key: "1", @@ -45,11 +44,7 @@ items: [{ type: "bi.label", key: "123", - text: 1 - }, { - type: "bi.label", - key: "245", - text: 2 + text: "start" }], ref: function (_ref) { layout = _ref;