From 497be72acf7315f7ce82e6661c091c420a846cd1 Mon Sep 17 00:00:00 2001 From: iapyang Date: Tue, 20 Aug 2019 16:09:12 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8F=82=E6=95=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/core/widget.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typescript/core/widget.ts b/typescript/core/widget.ts index 626ea5837..b62541233 100644 --- a/typescript/core/widget.ts +++ b/typescript/core/widget.ts @@ -336,12 +336,12 @@ export interface _Widget extends _OB { /** * 使不可见 */ - invisible(): void; + invisible(..._args: any[]): void; /** * 可见 */ - visible(): void; + visible(..._args: any[]): void; /** * 清除子元素