This commit is contained in:
2025-07-04 15:47:50 +08:00
parent 352792b76f
commit d0e411ac12
3 changed files with 5853 additions and 3720 deletions

View File

@@ -207,19 +207,19 @@ export class EquipSkillComp extends CCComp {
this.boxs.getChildByName("skill1").getChildByName("get").active =true
this.boxs.getChildByName("skill1").getChildByName("light").active=true
this.boxs.getChildByName("skill1").getChildByName("tip").active =true
this.boxs.getChildByName("skill1").getChildByName("tip").getComponent(Label).string="可购买"
this.boxs.getChildByName("skill1").getChildByName("tip").getComponent(Label).string="学习"
}
if(this.skill2.uuid==0&&this.skill1.uuid!=0){
this.boxs.getChildByName("skill2").getChildByName("get").active =true
this.boxs.getChildByName("skill2").getChildByName("light").active=true
this.boxs.getChildByName("skill2").getChildByName("tip").active =true
this.boxs.getChildByName("skill2").getChildByName("tip").getComponent(Label).string="可购买"
this.boxs.getChildByName("skill2").getChildByName("tip").getComponent(Label).string="学习"
}
if(this.skill3.uuid==0&&this.skill1.uuid!=0&&this.skill2.uuid!=0){
this.boxs.getChildByName("skill3").getChildByName("get").active =true
this.boxs.getChildByName("skill3").getChildByName("light").active=true
this.boxs.getChildByName("skill3").getChildByName("tip").active =true
this.boxs.getChildByName("skill3").getChildByName("tip").getComponent(Label).string="可购买"
this.boxs.getChildByName("skill3").getChildByName("tip").getComponent(Label).string="学习"
}
}