diff --git a/assets/script/game/map/CardsComp.ts b/assets/script/game/map/CardsComp.ts index 4071bcb2..2f05da77 100644 --- a/assets/script/game/map/CardsComp.ts +++ b/assets/script/game/map/CardsComp.ts @@ -173,7 +173,9 @@ export class CardsCompComp extends CCComp { .start(); } clear_cards(){ + console.log("[CardsComp]:清除卡牌队列") this.cardQueue = []; + this.close_cards(GameEvent.CardsClose,null) } //放弃选择 give_up_select(){