更新代码格式

This commit is contained in:
2025-06-03 20:36:13 +08:00
parent 22dcb86c69
commit b18fefa905
7 changed files with 6 additions and 11 deletions

View File

@@ -121,9 +121,9 @@ export class UIManager extends Laya.Script {
public loadDCWtihMonth(year: number, month: number): void {
this.closeTrophyUI()
if (this.dc_ui) {
this.dc_ui.loadWithMonth(year, month)
}
if (this.dc_ui) {
this.dc_ui.loadWithMonth(year, month)
}
}
public closeDCUI(): void {