From a5eed7c5090939d7481957f2d9d7d39f0c7be058 Mon Sep 17 00:00:00 2001 From: lizhongyi Date: Thu, 18 Apr 2024 18:03:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4switch=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/switch/switch.uvue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pages/component/switch/switch.uvue b/pages/component/switch/switch.uvue index 973ced4f..437b4afa 100644 --- a/pages/component/switch/switch.uvue +++ b/pages/component/switch/switch.uvue @@ -2,7 +2,7 @@ 默认样式 - + @@ -49,9 +49,6 @@ }, switch2Change: function (e : UniSwitchChangeEvent) { console.log('switch2 发生 change 事件,携带值为', e.detail.value) - }, - testTap: function (e: UniMouseEvent) { - console.log(e); } } } -- GitLab