From 492e052d5b7e358c95132bfa1c84c5c64e82ff4c Mon Sep 17 00:00:00 2001 From: panw Date: Thu, 19 Jun 2025 16:06:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=98=E6=96=97=E7=BB=93=E6=9D=9F=E6=83=85?= =?UTF-8?q?=E5=86=B5=20cards=20=E9=98=9F=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/script/game/map/CardsComp.ts | 2 ++ 1 file changed, 2 insertions(+) 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(){