parent
cadc9337da
commit
e191704a54
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue