From 31d98d9d689a8837d3e42eb4aeef58dba4755023 Mon Sep 17 00:00:00 2001 From: yujiacong <1016029365@qq.com> Date: Fri, 1 Aug 2025 16:52:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=80=E8=AF=B7=E5=A4=96=E9=93=BE=20-=20?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E5=BC=B9=E5=87=BA=E6=8E=A5=E5=8F=A3=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/molistar/modules/externalInvitation/js/bindAccount.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {