This commit is contained in:
2025-08-03 19:03:43 +08:00
parent 2a5d1ecbd9
commit a03b2516e3

View File

@@ -210,7 +210,6 @@ export class CardComp extends CCComp {
} }
do_card_bg_show(q:number=Quality.WHITE){ 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") let show=this.node.getChildByName("show")
show.getChildByName("ap").active=false show.getChildByName("ap").active=false
show.getChildByName("hp").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("equip").active=false
show.getChildByName("mask").getChildByName("hero").active=false show.getChildByName("mask").getChildByName("hero").active=false
show.getChildByName("mask").getChildByName("func").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("tal").active=false
show.getChildByName("mask").getChildByName("lv1").active=false show.getChildByName("mask").getChildByName("lv1").active=false
show.getChildByName("mask").getChildByName("lv2").active=false show.getChildByName("mask").getChildByName("lv2").active=false