From d4f61842fb025e5dd9254c48b7cf59e72ee6718f Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Wed, 26 Jun 2024 16:08:29 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E7=99=BB=E5=BD=95):=E5=87=BA=E7=94=9F?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E9=80=89=E4=B8=AD=E6=9C=AA=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/authorization/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/authorization/index.vue b/pages/authorization/index.vue index 81017ed..5b0c691 100644 --- a/pages/authorization/index.vue +++ b/pages/authorization/index.vue @@ -217,6 +217,10 @@ export default { inputName(e) { this.nickname = e.detail.value; }, + birthdayChange(e) { + const value = e.detail.value + this.form.birthday = value + }, onSubmit() { let that = this;