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