This commit is contained in:
PC-20230316NUNE\Administrator
2024-01-15 18:45:45 +08:00
parent 94832afecb
commit 68e0f81616
14 changed files with 65 additions and 47 deletions

View File

@@ -60,7 +60,8 @@ export class PetIcon extends Component {
}
//设置宠物等级
this.levelLabel.string = `Lv ${PetEquipData.getIns().getForgingBenchPetLevel(this.info.petId)}`
// this.levelLabel.string = `Lv ${PetEquipData.getIns().getForgingBenchPetLevel(this.info.petId)}`
this.levelLabel.string = `Lv ${this.info.petLevel}`
}