From 7175b0945c465704474ed43db5a47edb53c008e2 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Thu, 28 Oct 2021 20:11:43 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=9141666?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/signUp/SignUpPage.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/signUp/SignUpPage.vue b/src/views/signUp/SignUpPage.vue index 52d0ff9..b053554 100644 --- a/src/views/signUp/SignUpPage.vue +++ b/src/views/signUp/SignUpPage.vue @@ -598,6 +598,8 @@ export default { this.identityBool = true // 选的否 身份置空 this.identifyType = null + // 嘉宾类型置空 + this.guestType = null this.$nextTick(() => { if (this.$refs.formother) { this.$refs.formother.isLimitBool = true