From 665ca23d3b36a512797d6cd459f409034353cb4d Mon Sep 17 00:00:00 2001 From: BAKEYi <16298417+bakeyi@user.noreply.gitee.com> Date: Thu, 30 Apr 2026 16:58:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=AE=B6=E7=AB=AF=E9=82=80=E8=AF=B7?= =?UTF-8?q?=E7=A0=81=E8=87=AA=E5=8A=A8=E5=A1=AB=E5=85=85=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ruzhu/sj-info.vue | 9 --------- 1 file changed, 9 deletions(-) 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(); },