mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 03:14:47 +00:00
update
This commit is contained in:
parent
4fea6dd030
commit
0da4b5e8d8
@ -81,7 +81,7 @@ export class PetUpStarView extends JNLayerBase {
|
||||
|
||||
let upStarExp = TD.TbGRoleUpStar.get(this.data.petStar + 1).merge;
|
||||
this.petStarExp.string = `升级进度: ${upStarExp} / ${this.data.petStarExp}`;
|
||||
this.petExpProgress.value = (this.data.petStarExp / upStarExp);
|
||||
this.petExpProgress.value = this.data.petStar + (this.data.petStarExp / upStarExp);
|
||||
|
||||
}
|
||||
|
||||
@ -124,7 +124,7 @@ export class PetUpStarView extends JNLayerBase {
|
||||
this.petStar.string = `当前星级: ${petStar} 星`;
|
||||
this.petStarExp.string = `升级进度: ${upStarExp} / ${petStarExp}`;
|
||||
//预览进度
|
||||
this.viewPetExpProgress.value = (petStarExp / upStarExp);
|
||||
this.viewPetExpProgress.value = petStar + (petStarExp / upStarExp);
|
||||
|
||||
}
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 8c270e5f8d9df4b531c5c102a43c1a66c85e2e53
|
||||
Subproject commit 47865f8d0af09462f3cf8594ccde001802df8723
|
Loading…
x
Reference in New Issue
Block a user