zhibo
parent
921f999d5b
commit
1698cd59a2
|
@ -260,7 +260,7 @@ function this.SetMissionData()
|
|||
this.rewardGetBtn[i]:SetActive(this.GetMissionState(i) ~= 0)
|
||||
this.rewardTitle[i].text=GetLanguageStrById(22603)
|
||||
Util.SetGray(this.rewardGetBtn[i],true)
|
||||
if i == 3 then
|
||||
if i == 3 or i == 2 then
|
||||
if this.GetMissionState(i) == 1 then
|
||||
this.rewardTitle[i].text = GetLanguageStrById(10022)
|
||||
Util.SetGray(this.rewardGetBtn[i],false)
|
||||
|
|
Loading…
Reference in New Issue