邀请外链 - 提示弹出接口错误
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user