From 6984f5b175c7442aa8b90b990eb68fc7c1c833ed Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Mon, 21 Aug 2023 10:22:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/active/detail.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/active/detail.vue b/pages/active/detail.vue index 1b2593d..3f63389 100644 --- a/pages/active/detail.vue +++ b/pages/active/detail.vue @@ -455,7 +455,7 @@ - 性别 + 性别* @@ -1107,6 +1107,10 @@ this.alert('请输入真实会员姓名') return } + if (weixin.isNull(this.form.sex)) { + this.alert('请选择性别') + return + } if (weixin.isNull(this.form.area)) { this.alert('请选择区域') return