jiaoyangna 2020-09-14 05:08:53 +08:00
parent db469f314c
commit 1651407fa4
1 changed files with 1 additions and 1 deletions

View File

@ -1403,7 +1403,7 @@ function this.TimeFormat()
this.btnDynamicActivity:SetActive(false) this.btnDynamicActivity:SetActive(false)
end end
--青龙秘宝 --青龙秘宝
local QingLong = ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.TreasureOfSomeBody) local QingLong = ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.TreasureOfSomeBody) and ActivityGiftManager.IsQualifiled(ActivityTypeDef.TreasureOfSomeBody)
if QingLong then if QingLong then
local info = ActivityGiftManager.GetActivityTypeInfo(ActivityTypeDef.TreasureOfSomeBody) local info = ActivityGiftManager.GetActivityTypeInfo(ActivityTypeDef.TreasureOfSomeBody)
local tempTime = info.endTime - PlayerManager.serverTime local tempTime = info.endTime - PlayerManager.serverTime