mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-23 02:48:44 +08:00
修改助力次数上报逻辑
This commit is contained in:
parent
68779611bd
commit
6cbc71ee36
@ -825,7 +825,12 @@ async function masterHelpShare() {
|
|||||||
remainTimes = $.helpResult.helpResult.remainTimes;
|
remainTimes = $.helpResult.helpResult.remainTimes;
|
||||||
if ($.helpResult.helpResult.remainTimes === 0) {
|
if ($.helpResult.helpResult.remainTimes === 0) {
|
||||||
console.log(`您当前助力次数已耗尽,跳出助力`);
|
console.log(`您当前助力次数已耗尽,跳出助力`);
|
||||||
break
|
if (!(helpStatisticStatus in helpStatisticArr['results'])) {
|
||||||
|
helpStatisticArr['results'][helpStatisticStatus] = [code]
|
||||||
|
} else {
|
||||||
|
helpStatisticArr['results'][helpStatisticStatus].push(code)
|
||||||
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
helpStatisticStatus = 2;
|
helpStatisticStatus = 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user