6星玉帝入口消失逻辑添加容错

dev_chengFeng
wangzhenxing 2021-04-28 03:34:53 +08:00
parent 3bde92fa6e
commit 46857168c1
1 changed files with 1 additions and 1 deletions

View File

@ -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)