From a03b2516e36b3bdb457b66cbdcf7ec0ff776f6d6 Mon Sep 17 00:00:00 2001 From: panfudan Date: Sun, 3 Aug 2025 19:03:43 +0800 Subject: [PATCH] dd --- assets/script/game/map/CardComp.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/assets/script/game/map/CardComp.ts b/assets/script/game/map/CardComp.ts index 5b0ba2b0..37b62ec5 100644 --- a/assets/script/game/map/CardComp.ts +++ b/assets/script/game/map/CardComp.ts @@ -210,7 +210,6 @@ export class CardComp extends CCComp { } do_card_bg_show(q:number=Quality.WHITE){ - this.node.getChildByName("Button").getChildByName("Label").getComponent(Label).string=this.check_heros() let show=this.node.getChildByName("show") show.getChildByName("ap").active=false show.getChildByName("hp").active=false @@ -218,8 +217,6 @@ export class CardComp extends CCComp { show.getChildByName("mask").getChildByName("equip").active=false show.getChildByName("mask").getChildByName("hero").active=false show.getChildByName("mask").getChildByName("func").active=false - show.getChildByName("mask").getChildByName("abg").active=false - show.getChildByName("mask").getChildByName("wbg").active=false show.getChildByName("mask").getChildByName("tal").active=false show.getChildByName("mask").getChildByName("lv1").active=false show.getChildByName("mask").getChildByName("lv2").active=false