fix:
伙伴招募红点修改
This commit is contained in:
parent
779709a32f
commit
d7f0f22df7
@ -659,7 +659,7 @@ export class HuoDongHongDianFun {
|
|||||||
|
|
||||||
if (element.gudKey == "zhizunyueka") {
|
if (element.gudKey == "zhizunyueka") {
|
||||||
let logs = await PayFun.getPayLog(call.uid, "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
|
continue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user