diff --git a/pages/ruzhu/sj-info.vue b/pages/ruzhu/sj-info.vue index 1e888fd..13eae2d 100644 --- a/pages/ruzhu/sj-info.vue +++ b/pages/ruzhu/sj-info.vue @@ -668,15 +668,6 @@ export default { // 取消邀请码确认 cancelInviteConfirm() { - // 如果是系统自动替换的邀请码,取消后允许用户手动输入 - if (this.hasAutoReplacedInvite) { - this.hasAutoReplacedInvite = false; - this.hasExistingInviter = false; - // 保存状态 - this.saveInviteStateToLocal(); - this.saveFormDataToLocal(); - } - // 关闭弹窗 this.hideExistingInviteTipPopup(); },