From 35d51a3811b96bbb822c9d422ad260b4a81f4de6 Mon Sep 17 00:00:00 2001 From: xichaoyin Date: Sat, 6 Jan 2024 17:39:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=BB=E6=88=90=E7=9B=AE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api_s2c/event/yangchengmubiao/ApiOpen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api_s2c/event/yangchengmubiao/ApiOpen.ts b/src/api_s2c/event/yangchengmubiao/ApiOpen.ts index 611e38e..e96c131 100644 --- a/src/api_s2c/event/yangchengmubiao/ApiOpen.ts +++ b/src/api_s2c/event/yangchengmubiao/ApiOpen.ts @@ -18,7 +18,7 @@ export default async function (call: ApiCall) { for (let payid in payLogs) { if (payLogs[payid].length > 0) { - if (payIds[payIds].slice(-1)[0].time < _hdinfo.stime) { + if (payLogs[payIds].slice(-1)[0].time < _hdinfo.stime) { delPay.push({ payId: payid, val: [] }); } }