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