diff --git a/view/molistar/modules/externalInvitation/js/bindAccount.js b/view/molistar/modules/externalInvitation/js/bindAccount.js index 76a302e8..3cd36837 100644 --- a/view/molistar/modules/externalInvitation/js/bindAccount.js +++ b/view/molistar/modules/externalInvitation/js/bindAccount.js @@ -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) {