【山河试炼】按钮判断方式提交
parent
55f71e2c89
commit
6d56325c26
|
|
@ -121,7 +121,7 @@ function FightLevelTrialPanel:SingleDataShow(item,data,index)
|
|||
local state = 0
|
||||
if data.state == 1 then
|
||||
state = 2
|
||||
elseif data.otherData.Values[1][1] > FightLevelManager.GetAllChapterStars() then
|
||||
elseif data.otherData.Values[1][1] > data.progress then
|
||||
state = 0
|
||||
else
|
||||
state = 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue