邀请外链 - 提示弹出接口错误

This commit is contained in:
2025-08-01 16:52:23 +08:00
parent 259262f3a5
commit 31d98d9d68

View File

@@ -200,7 +200,6 @@ $('.confirm_btn').click(function () {
}, 800);
}
} else if(res.code == 33001){
// toastMsg(res.message)
if (getQueryString().inviteType == 1) {
// 旧帐号创建失败
toastMsg(langReplace(localLang.demoModule.Creation_failed));
@@ -220,6 +219,8 @@ $('.confirm_btn').click(function () {
setTimeout(() => {
window.location.href = `./endPage.html?email=${$('.Enter_address').val()}&inviteType=2&inviteStaus=1&lang=${localLang.code}`
}, 800);
}else{
toastMsg(res.message)
}
},
error: function (res) {