fix(map): 注释掉任务卡片中更新奖池等级UI的调用

更新金币和消耗UI时不再调用updatePoolLvUI方法,该方法可能存在问题或不再需要。
This commit is contained in:
panw
2026-04-24 15:22:23 +08:00
parent cc06adeda1
commit 7047ba932e
2 changed files with 585 additions and 586 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -811,7 +811,7 @@ export class MissionCardComp extends CCComp {
} }
private updateCoinAndCostUI() { private updateCoinAndCostUI() {
this.updatePoolLvUI(); // this.updatePoolLvUI();
this.updateDrawCostUI(); this.updateDrawCostUI();
} }