From dcf587dc8a74c175682f5c332fbdf0b8b182328c Mon Sep 17 00:00:00 2001 From: hucan <951870319@qq.com> Date: Mon, 4 Aug 2025 09:08:09 +0800 Subject: [PATCH] =?UTF-8?q?mailto=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- anti-fraud.html | 4 ++-- cli-traffic.html | 7 ++++--- index.html | 4 ++-- index2.html | 4 ++-- index3.html | 4 ++-- 5 files changed, 12 insertions(+), 11 deletions(-) diff --git a/anti-fraud.html b/anti-fraud.html index f56bcf4..2081414 100644 --- a/anti-fraud.html +++ b/anti-fraud.html @@ -1035,7 +1035,7 @@

E-mail
diff --git a/cli-traffic.html b/cli-traffic.html index ec86c0d..f5efc41 100644 --- a/cli-traffic.html +++ b/cli-traffic.html @@ -975,6 +975,7 @@ resetRechargeForm() { this.rechargeForm = { amount: 10, + finished: false, }; }, handleCancelRecharge() { @@ -1101,12 +1102,12 @@ createCheckOrderTimer() { if (this.checkOrderTimer) { clearInterval(this.checkOrderTimer); - } else { + } + console.log("createCheckOrderTimer") this.checkOrderTimer = setInterval(() => { this.getOrderStatus(this.rechargeData.orderNo); }, 10000); - } }, getMyBalance(){ fetch(requestApi + "/member-balance/balance", { @@ -1806,7 +1807,7 @@ this.smsList.forEach(item => { const newItem = codesMap.get(item.activationId); // 尝试从 Map 中获取新 code - if (newItem.status !== item.status) { // 如果找到了匹配的 activationId + if (newItem!==undefined&&newItem!==null&&newItem.status===2) { // 如果找到了匹配的 activationId item.code = newItem.code; // 替换 code item.status = newItem.status; // 修改 status 为 2 }}) diff --git a/index.html b/index.html index f6a4996..3ce07a3 100644 --- a/index.html +++ b/index.html @@ -1432,7 +1432,7 @@
support@webip.me