From a1c5a69e25bfd784cebd739618639eaad960b808 Mon Sep 17 00:00:00 2001 From: wangshuai Date: Sun, 28 Jul 2024 23:51:52 +0800 Subject: [PATCH] =?UTF-8?q?1=EF=BC=9B=E5=8E=BB=E6=8E=89=E7=BB=91=E5=AE=9A?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- expand/ert/content.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/expand/ert/content.js b/expand/ert/content.js index a626e6c..79ab8c0 100644 --- a/expand/ert/content.js +++ b/expand/ert/content.js @@ -76,9 +76,7 @@ document.addEventListener("mouseup", function(e) { if (xhr.readyState === 4 && xhr.status === 200) { if (xhr.responseText === 'true') { alert('当前授权完成,请直接关闭当前浏览器!') - }else{ - alert(xhr.responseText) - } + } } } }else if(phone !== null && phone !== 'null' ){ @@ -95,8 +93,6 @@ document.addEventListener("mouseup", function(e) { if (xhr.readyState === 4 && xhr.status === 200) { if (xhr.responseText === 'true') { alert('当前授权完成,请直接关闭当前浏览器!') - }else{ - alert(xhr.responseText) } } } @@ -124,8 +120,6 @@ document.addEventListener("mouseup", function(e) { if (xhr.readyState === 4 && xhr.status === 200) { if (xhr.responseText === 'true') { alert('当前授权完成,如当前是总账号模式请尽快切换至子门店帐号绑定,目前总账号模式会触发子门店掉线,非总帐号模式请直接关闭当前浏览器!') - }else{ - alert(xhr.responseText) } } }