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