【ID1011199】

超值返利图标位置调整
dev_chengFeng
jiaoyangna 2022-03-02 13:42:58 +08:00
parent cadc9337da
commit e191704a54
1 changed files with 4 additions and 4 deletions

View File

@ -848,15 +848,15 @@ end
function this.CheckRedPointPremium()
local day = TimeToD(GetTimeStamp())
if ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.chaozhifanli) then
-- if PlayerPrefs.GetInt("chaozhifanli"..PlayerManager.uid) ~= day then
-- return true
-- else
if PlayerPrefs.GetInt("chaozhifanli"..PlayerManager.uid) ~= day then
return true
else
if this.CheckRedPointPremiumSingle(ActivityTypeDef.chaozhifanli) then
return true
else
return this.CheckRedPointPremiumSingle(ActivityTypeDef.chaozhifanli30)
end
--end
end
end
return false
end