修改提交

dev_chengFeng
jiaoyangna 2021-05-28 10:35:01 +08:00
parent 4b33fee287
commit d9773587a5
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ function this.BtnClick(id)
end end
elseif id == FUNCTION_OPEN_TYPE.ENDLESS then elseif id == FUNCTION_OPEN_TYPE.ENDLESS then
if ActTimeCtrlManager.SingleFuncState(id) then if ActTimeCtrlManager.SingleFuncState(id) then
local serData = ActTimeCtrlManager.GetSerDataByTypeId() local serData = ActTimeCtrlManager.GetSerDataByTypeId(FUNCTION_OPEN_TYPE.ENDLESS)
PlayerPrefs.SetInt("WuJin1"..PlayerManager.uid,serData.endTime) PlayerPrefs.SetInt("WuJin1"..PlayerManager.uid,serData.endTime)
CheckRedPointStatus(RedPointType.EndlessPanel) CheckRedPointStatus(RedPointType.EndlessPanel)
MapManager.curCarbonType = CarBonTypeId.ENDLESS MapManager.curCarbonType = CarBonTypeId.ENDLESS