Update - 1.9.0.103
EN: 1.9.0.103 CN: 1.9.0.104 JP: 1.9.0.106 KR: 1.9.0.108
This commit is contained in:
@@ -25,7 +25,10 @@ TrekkerVersusGiftQuestGridCtrl._mapNodeConfig = {
|
||||
},
|
||||
maskComplete = {},
|
||||
imgComplete = {},
|
||||
btnReceive = {sComponentName = "UIButton"},
|
||||
btnReceive = {
|
||||
sComponentName = "UIButton",
|
||||
callback = "OnBtnClick_Receive"
|
||||
},
|
||||
btnJump = {
|
||||
sComponentName = "UIButton",
|
||||
callback = "OnBtnClick_JumpTo"
|
||||
@@ -47,7 +50,8 @@ function TrekkerVersusGiftQuestGridCtrl:OnDestroy()
|
||||
end
|
||||
function TrekkerVersusGiftQuestGridCtrl:OnRelease()
|
||||
end
|
||||
function TrekkerVersusGiftQuestGridCtrl:Refresh(mapQuestData)
|
||||
function TrekkerVersusGiftQuestGridCtrl:Refresh(mapQuestData, actData)
|
||||
self._mapActData = actData
|
||||
local mapQuestCfgData = ConfigTable.GetData("TravelerDuelChallengeQuest", mapQuestData.Id)
|
||||
if mapQuestCfgData == nil then
|
||||
return
|
||||
@@ -82,4 +86,7 @@ end
|
||||
function TrekkerVersusGiftQuestGridCtrl:OnBtnClick_JumpTo(btn)
|
||||
EventManager.Hit("TrekkerVersusAffixJump", self.cfgData.AffixJumpTo)
|
||||
end
|
||||
function TrekkerVersusGiftQuestGridCtrl:OnBtnClick_Receive()
|
||||
self._mapActData:ReceiveQuestReward()
|
||||
end
|
||||
return TrekkerVersusGiftQuestGridCtrl
|
||||
|
||||
Reference in New Issue
Block a user