Merge branch 'master_xma_local' of http://60.1.1.230/gaoxin/JL_Client into master_xma_local
commit
8ceb1b4a51
|
@ -514,6 +514,7 @@ function ExpeditionMainPanel:SingleLayNodeShow(go,layNodeListData)
|
||||||
end
|
end
|
||||||
--刷新倒计时显示
|
--刷新倒计时显示
|
||||||
function ExpeditionMainPanel:RemainTimeDown(_timeTextExpertgo,_timeTextExpert,timeDown)
|
function ExpeditionMainPanel:RemainTimeDown(_timeTextExpertgo,_timeTextExpert,timeDown)
|
||||||
|
timeDown = timeDown - (ConfigManager.GetConfigData(ConfigName.GlobalSystemConfig,FUNCTION_OPEN_TYPE.EXPEDITION).SeasonInterval*60)
|
||||||
if timeDown > 0 then
|
if timeDown > 0 then
|
||||||
_timeTextExpertgo:SetActive(true)
|
_timeTextExpertgo:SetActive(true)
|
||||||
_timeTextExpert.text = Language[10028]..self:TimeStampToDateString(timeDown)
|
_timeTextExpert.text = Language[10028]..self:TimeStampToDateString(timeDown)
|
||||||
|
|
|
@ -188,6 +188,7 @@ function this.RefreshUpdateIndication(buffer)
|
||||||
CheckRedPointStatus(RedPointType.Guild_AidMy)
|
CheckRedPointStatus(RedPointType.Guild_AidMy)
|
||||||
|
|
||||||
LuckyTurnTableManager.SetTimes(msg.hadLuckTime,msg.hadAdvanceLuckyTime)
|
LuckyTurnTableManager.SetTimes(msg.hadLuckTime,msg.hadAdvanceLuckyTime)
|
||||||
|
CheckRedPointStatus(RedPointType.Arena_Free)
|
||||||
--三个抽奖勾选重置
|
--三个抽奖勾选重置
|
||||||
PlayerPrefs.SetInt(PlayerManager.uid.."GeneralPopup_RecruitConfirm"..RecruitType.Ten,0)
|
PlayerPrefs.SetInt(PlayerManager.uid.."GeneralPopup_RecruitConfirm"..RecruitType.Ten,0)
|
||||||
PlayerPrefs.SetInt(PlayerManager.uid.."GeneralPopup_RecruitConfirm"..RecruitType.TimeLimitTen,0)
|
PlayerPrefs.SetInt(PlayerManager.uid.."GeneralPopup_RecruitConfirm"..RecruitType.TimeLimitTen,0)
|
||||||
|
|
Loading…
Reference in New Issue