修改提交
parent
4b33fee287
commit
d9773587a5
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue