From c2a4215f586e64a941c1884f1df9bbafe6eebcbf Mon Sep 17 00:00:00 2001 From: hdx Date: Tue, 2 Jul 2024 11:04:04 +0800 Subject: [PATCH] =?UTF-8?q?form:=20=E7=A7=BB=E9=99=A4=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E6=97=A0=E7=94=A8=E7=9A=84=E6=89=93=E5=8D=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/form/form.uvue | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/component/form/form.uvue b/pages/component/form/form.uvue index 664b38d3..2a533623 100644 --- a/pages/component/form/form.uvue +++ b/pages/component/form/form.uvue @@ -81,8 +81,6 @@ }, methods: { onFormSubmit: function (e : UniFormSubmitEvent) { - console.log(e.target?.tagName ?? '123'); - console.log(e.type); this.formData = e.detail.value // 仅测试 -- GitLab