名将擂台:跑马灯&任务

This commit is contained in:
luying
2022-07-19 17:14:11 +08:00
parent def35055e3
commit 96d01ab803
13 changed files with 88422 additions and 10230 deletions
@@ -281,6 +281,12 @@ export async function ladderTimeout(battleCode: string, status: LADDER_STATUS) {
}
}
/**
* 结算时候设置排行、发送推送、刷新对手、发送跑马灯
* @param ladderMatch
* @param isAtk
* @returns
*/
export async function battleEndWhenChange(ladderMatch: LadderMatchType) {
if(!ladderMatch) return;