【竞技场周任务减负-1】前端还没做,表提交错误处理

dev_chengFeng
gaoxin 2020-10-17 16:50:32 +08:00
parent 386992eaa9
commit 5e7bcff321
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ function ArenaView:InitComponent()
this.progressImage = Util.GetGameObject(self.gameObject, "finalTarget/progressbar/progress"):GetComponent("Image")
this.progressTipText = Util.GetGameObject(self.gameObject, "finalTarget/Text (1)"):GetComponent("Text")
rewardBoxBtn = {}
for i = 1, 7 do
for i = 1, 5 do
rewardBoxBtn[i] = Util.GetGameObject(self.gameObject, "finalTarget/rewardProgress/rewardBoxBtn (" .. i .. ")")
rewardBoxBtn[i].transform.localPosition = Vector3.New(arenaBattleReward[i].Position[1], arenaBattleReward[i].Position[2] ,0)
end