【山河试炼】按钮判断方式提交

dev_chengFeng
ZhangBiao 2021-07-14 11:41:14 +08:00
parent 55f71e2c89
commit 6d56325c26
1 changed files with 1 additions and 1 deletions

View File

@ -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