From b6f5993e06e869da4effa5d851b0708462b8b423 Mon Sep 17 00:00:00 2001 From: wangzhongjie Date: Tue, 22 Jul 2025 15:21:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B8=85=E9=99=A4=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E7=9B=91=E5=90=ACPLC=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/Index.ets | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/entry/src/main/ets/pages/Index.ets b/entry/src/main/ets/pages/Index.ets index 8039f34..b621866 100644 --- a/entry/src/main/ets/pages/Index.ets +++ b/entry/src/main/ets/pages/Index.ets @@ -207,9 +207,7 @@ struct Index { DifferentialAndSignal.init() this.initWork = true } - DifferentialAndSignal.onMsg(() => { - // dConsole.log("外层接受") - }) + } build() {