fix(map): 注释掉任务卡片中更新奖池等级UI的调用
更新金币和消耗UI时不再调用updatePoolLvUI方法,该方法可能存在问题或不再需要。
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -811,7 +811,7 @@ export class MissionCardComp extends CCComp {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private updateCoinAndCostUI() {
|
private updateCoinAndCostUI() {
|
||||||
this.updatePoolLvUI();
|
// this.updatePoolLvUI();
|
||||||
this.updateDrawCostUI();
|
this.updateDrawCostUI();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user