From a5180be20fc8d7af1d39fc62b3bc766fe0714080 Mon Sep 17 00:00:00 2001 From: BAKEYi <16298417+bakeyi@user.noreply.gitee.com> Date: Wed, 6 May 2026 18:17:27 +0800 Subject: [PATCH] =?UTF-8?q?13131313=E9=82=80=E8=AF=B7=E7=A0=81=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ruzhu/sj-info.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/ruzhu/sj-info.vue b/pages/ruzhu/sj-info.vue index 13eae2d..6e4a47a 100644 --- a/pages/ruzhu/sj-info.vue +++ b/pages/ruzhu/sj-info.vue @@ -708,8 +708,11 @@ export default { confirmInviteCodeBeforeSubmit(callback) { this.submitCallback = callback; - // 如果有已验证的邀请人信息,显示确认弹窗 - if (this.inviterInfo && this.formData.invite_code_other) { + // 如果邀请码是13131313,显示确认弹窗,邀请人显示为"暂无邀请人" + if (this.formData.invite_code_other === '13131313') { + this.showInviteConfirmPopup({ invite_code: '13131313', name: '暂无邀请人' }); + } else if (this.inviterInfo && this.formData.invite_code_other) { + // 如果有已验证的邀请人信息,显示确认弹窗 this.showInviteConfirmPopup(this.inviterInfo); } else { // 没有邀请码或未验证,直接提交