fix:
伙伴招募红点修改
This commit is contained in:
parent
01f57b347f
commit
779709a32f
@ -656,6 +656,14 @@ export class HuoDongHongDianFun {
|
|||||||
if (_mydata?.rec.includes(index)) continue; // 已领取
|
if (_mydata?.rec.includes(index)) continue; // 已领取
|
||||||
if (element.gudKey && call.conn.gud[element.gudKey] < element.total) continue; // 未达成
|
if (element.gudKey && call.conn.gud[element.gudKey] < element.total) continue; // 未达成
|
||||||
if (!element.gudKey && (_mydata?.rec?.length || 0) < _con.length - 1) continue; // 大奖资格不够
|
if (!element.gudKey && (_mydata?.rec?.length || 0) < _con.length - 1) continue; // 大奖资格不够
|
||||||
|
|
||||||
|
if (element.gudKey == "zhizunyueka") {
|
||||||
|
let logs = await PayFun.getPayLog(call.uid, "zhizunyueka");
|
||||||
|
if (!logs || logs.slice(-1)[0].eTime < G.time) {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
_res.show = true;
|
_res.show = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user