mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交升级
This commit is contained in:
@@ -12,7 +12,14 @@ export class MainSreepsIcon extends JNScrollViewItem<GOnHookPet> {
|
||||
icon:PetIconSelect;
|
||||
|
||||
start(){
|
||||
this.icon.setIcon(this.data.petTbId);
|
||||
this.icon.set({
|
||||
petTbId: this.data.petTbId,
|
||||
petId: 0,
|
||||
petPlayerId: 0,
|
||||
petLevel: 0,
|
||||
petStar: 0,
|
||||
petStarExp: 0
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user