优化显示
This commit is contained in:
parent
1979075235
commit
c9d73ceaf6
@ -174,6 +174,7 @@ function BattleActPvpResultUI:refreshBountyNode()
|
||||
lastExp = exp
|
||||
end
|
||||
|
||||
if lastLevel ~= curLevel then
|
||||
local calExp = lastExp
|
||||
for i = lastLevel, curLevel - 1 do
|
||||
local need = DataManager.ActPvpData:getBountyLevelExp(i)
|
||||
@ -183,6 +184,9 @@ function BattleActPvpResultUI:refreshBountyNode()
|
||||
end
|
||||
end
|
||||
addExp = addExp + exp
|
||||
else
|
||||
addExp = exp - lastExp
|
||||
end
|
||||
|
||||
local lastNeedExp = DataManager.ActPvpData:getBountyLevelExp(lastLevel)
|
||||
local oldSliderValue = 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user