13131313邀请码弹窗修改

This commit is contained in:
BAKEYi 2026-05-06 18:17:27 +08:00
parent 2836b0712f
commit a5180be20f
1 changed files with 5 additions and 2 deletions

View File

@ -708,8 +708,11 @@ export default {
confirmInviteCodeBeforeSubmit(callback) { confirmInviteCodeBeforeSubmit(callback) {
this.submitCallback = callback; this.submitCallback = callback;
// 13131313""
if (this.formData.invite_code_other === '13131313') {
this.showInviteConfirmPopup({ invite_code: '13131313', name: '暂无邀请人' });
} else if (this.inviterInfo && this.formData.invite_code_other) {
// //
if (this.inviterInfo && this.formData.invite_code_other) {
this.showInviteConfirmPopup(this.inviterInfo); this.showInviteConfirmPopup(this.inviterInfo);
} else { } else {
// //