6星玉帝入口消失逻辑添加容错
parent
3bde92fa6e
commit
46857168c1
|
|
@ -131,7 +131,7 @@ function GiftPre:BuyAction(costId, costNum, shopType, itemId)
|
|||
self.parent:RefreshData(nil,false,false)
|
||||
CheckRedPointStatus(RedPointType.DailyGift)
|
||||
CheckRedPointStatus(RedPointType.GrowthPackage)
|
||||
if shopType==20 and itemId==1107 then
|
||||
if shopType==20 and (itemId==1107 or itemId==1110 or itemId==1111 or itemId==1112 )then
|
||||
PlayerPrefs.SetString(PlayerManager.uid..PlayerManager.serverInfo.server_id.."supermeMan",666)
|
||||
end
|
||||
end)
|
||||
|
|
|
|||
Loading…
Reference in New Issue