zhibo
parent
13d2027a98
commit
7dac353d15
|
@ -140,7 +140,7 @@ function TimeLimitedCall:OnShow(_sortingOrder,_parent)
|
|||
end)
|
||||
idx = idx + 1
|
||||
end
|
||||
|
||||
RewardPreview.new(self.reward, sortingOrder)
|
||||
self:RefreshGetHeroTimes()
|
||||
self:TimeCountDown()
|
||||
self:RefreshNextLevelReward()
|
||||
|
|
|
@ -278,6 +278,9 @@ function this.SetDailyMissionBox(_missionDatas)
|
|||
Util.AddOnceClick(boxList[i], function()
|
||||
this.MissionBoxClick(boxList[i],v)
|
||||
end)
|
||||
if i == #_missionDatas then
|
||||
this.MissionBoxClick(boxList[i],v)
|
||||
end
|
||||
end
|
||||
end
|
||||
function this.MissionBoxClick(btn,_singleData)
|
||||
|
|
|
@ -276,6 +276,13 @@ function this.ShowTitleProgressRewardData()
|
|||
end)
|
||||
end)
|
||||
end)
|
||||
if i == #rewardBtn then
|
||||
if curProgressData.state == 0 then
|
||||
--PopupTipPanel.ShowTip("完成任务数量不足")
|
||||
UIManager.OpenPanel(UIName.BoxRewardShowPopup,allRewardTaskList[i].Reward,nil,nil,allRewardTaskList[i].TaskValue[2][1] .. GetLanguageStrById(11923))
|
||||
return
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue