diff --git a/assets/script/game/map/CardComp.ts b/assets/script/game/map/CardComp.ts index f11dbf74..6c0b1230 100644 --- a/assets/script/game/map/CardComp.ts +++ b/assets/script/game/map/CardComp.ts @@ -206,9 +206,9 @@ export class CardComp extends CCComp { leftCoin: this.getMissionCoin() }); this.playUseDisappearAnim(() => { - this.cardUseComp?.onCardUsed(used); this.clearAfterUse(); this.isUsing = false; + this.cardUseComp?.onCardUsed(used); }); return used; }