From e2f07cee8cab1c13c85bce75598e4a63c4c79c4c Mon Sep 17 00:00:00 2001 From: hdx Date: Fri, 10 Nov 2023 17:52:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(form=E7=BB=84=E4=BB=B6):=20=E5=8D=95?= =?UTF-8?q?=E5=85=83=E6=B5=8B=E8=AF=95=E5=92=8C=E6=BA=90=E7=A0=81=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=B1=BB=E5=9E=8B=E4=B8=8D=E5=8C=B9=E9=85=8D=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/form/form.uvue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/component/form/form.uvue b/pages/component/form/form.uvue index 13b8b43b..c7f7682b 100644 --- a/pages/component/form/form.uvue +++ b/pages/component/form/form.uvue @@ -11,10 +11,10 @@ 性别 - + - + @@ -56,7 +56,7 @@ data() { return { nickname: '', - gender: 0, + gender: '0', age: 18, loves: ['0'], switch: true, -- GitLab