From b3291b11d9fe694f461f351b0a4ca16c5bc2d254 Mon Sep 17 00:00:00 2001 From: adiao Date: Mon, 27 Mar 2023 11:14:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/views/Register.vue'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加手机字段 Signed-off-by: adiao --- src/views/Register.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/Register.vue b/src/views/Register.vue index ca0578d..478222a 100644 --- a/src/views/Register.vue +++ b/src/views/Register.vue @@ -41,7 +41,8 @@ export default { return { username: '', password: '', - confirmPassword: '' + confirmPassword: '', + iphone: '' }; }, methods: {