fix:伙伴招募
This commit is contained in:
parent
5969e32323
commit
a969fb65df
@ -15,7 +15,7 @@ export default async function (call: ApiCall<ReqOpen, ResOpen>) {
|
|||||||
if (!logs) {
|
if (!logs) {
|
||||||
logs = await PayFun.getPayLog(call.uid, "zhizunyueka");
|
logs = await PayFun.getPayLog(call.uid, "zhizunyueka");
|
||||||
}
|
}
|
||||||
finish[i] = !(logs.length < 0 || logs.slice(-1)[0].eTime < G.time);
|
finish[i] = !(logs.length <= 0 || logs.slice(-1)[0].eTime < G.time);
|
||||||
} else {
|
} else {
|
||||||
finish[i] = call.conn.gud[conf.gudKey] >= conf.total;
|
finish[i] = call.conn.gud[conf.gudKey] >= conf.total;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user