zhangjiannan 2025-06-17 16:51:55 +08:00
parent 921f999d5b
commit 1698cd59a2
1 changed files with 1 additions and 1 deletions

View File

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