Merge branch 'bugfix' into dev

This commit is contained in:
xichaoyin 2024-01-04 21:05:25 +08:00
commit 7415823947

View File

@ -659,7 +659,7 @@ export class HuoDongHongDianFun {
if (element.gudKey == "zhizunyueka") {
let logs = await PayFun.getPayLog(call.uid, "zhizunyueka");
if (!logs || logs.slice(-1)[0].eTime < G.time) {
if (logs.length <= 0 || logs.slice(-1)[0].eTime < G.time) {
continue
}
}