补充UI适配细节

This commit is contained in:
2025-06-03 20:33:58 +08:00
parent b1a3d44bdb
commit 22dcb86c69
6 changed files with 27 additions and 15 deletions

View File

@@ -42,6 +42,9 @@ export class TrophyUnit extends Laya.Script {
if (find) {
UIManager.getInstance().loadTrophyShowUI(find)
}
else {
UIManager.getInstance().loadDCWtihMonth(info.year, info.month)
}
})
}
}