dd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user