From 832a516060cf1fb78680f161f68c9b44b152f6df Mon Sep 17 00:00:00 2001 From: Hx <2294602187@qq.com> Date: Mon, 7 Apr 2025 16:32:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/mine/add.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pages/mine/add.vue b/src/pages/mine/add.vue index b017f89..05b98ec 100644 --- a/src/pages/mine/add.vue +++ b/src/pages/mine/add.vue @@ -12,7 +12,7 @@ const formData = reactive({ openid: userStore.openId, name: '', age: 0, - sex: 0, + sex: 1, nation: '', mobile: userStore.mobile, position: '', @@ -56,7 +56,11 @@ const onSubmit = uni.$util.debounce(() => { 性别 - + + + + +