成长礼包修改提交
parent
14e2e0dd2a
commit
c8dd5845ac
|
@ -182,8 +182,9 @@ function GrowthGiftPage.GrowthGiftPageOnClick(data,curActiId,self)
|
||||||
self:RefreshGiftData(false)
|
self:RefreshGiftData(false)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
if(self.curActiId == 16)then--16是最后一个礼包的ActivityId
|
if(curActiId == 16)then--16是最后一个礼包的ActivityId
|
||||||
MsgPanel.ShowOne("恭喜!您已领取全部成长基金!")
|
MsgPanel.ShowOne("恭喜!您已领取全部成长基金!")
|
||||||
|
self:RefreshGiftData(true)
|
||||||
else
|
else
|
||||||
MsgPanel.ShowOne("恭喜!您已激活更高等级成长基金,大量妖晶福利等您领取,快来激活吧!")
|
MsgPanel.ShowOne("恭喜!您已激活更高等级成长基金,大量妖晶福利等您领取,快来激活吧!")
|
||||||
self:OnShow(sortingOrder)
|
self:OnShow(sortingOrder)
|
||||||
|
|
Loading…
Reference in New Issue