活动提交
parent
6f5cd1d44a
commit
4f115efb05
|
@ -1210,6 +1210,7 @@ ActivityTypeDef = {
|
||||||
YiJingBaoKu = 8000,--易经宝库
|
YiJingBaoKu = 8000,--易经宝库
|
||||||
|
|
||||||
MeiRiLiBao = 10004,
|
MeiRiLiBao = 10004,
|
||||||
|
ChaoFanRuSheng = 72, --超凡入圣
|
||||||
}
|
}
|
||||||
--活动结束需要处理面板关闭类型
|
--活动结束需要处理面板关闭类型
|
||||||
ActivityTypePanel = {
|
ActivityTypePanel = {
|
||||||
|
|
|
@ -926,6 +926,9 @@ function this.GetAllRewardData()
|
||||||
end
|
end
|
||||||
--------------------------------------------------------------红点-----------------------------------------------
|
--------------------------------------------------------------红点-----------------------------------------------
|
||||||
function this.CheckoutRedPointTreasure()
|
function this.CheckoutRedPointTreasure()
|
||||||
|
if not this.treasureDataReward then
|
||||||
|
return false
|
||||||
|
end
|
||||||
for i = 1,#this.treasureDataReward do
|
for i = 1,#this.treasureDataReward do
|
||||||
if this.treasureDataReward[i].state == 2 or this.treasureDataReward[i].state == 3 then
|
if this.treasureDataReward[i].state == 2 or this.treasureDataReward[i].state == 3 then
|
||||||
return true
|
return true
|
||||||
|
|
|
@ -124,6 +124,9 @@ local TypeUpdateFunc = {
|
||||||
local curData = dataList[ActivityTypeDef.DynamicAct]
|
local curData = dataList[ActivityTypeDef.DynamicAct]
|
||||||
this.InitTaskData(curData,TaskTypeDef.DynamicActTask,ConfigName.ThemeActivityTaskConfig)
|
this.InitTaskData(curData,TaskTypeDef.DynamicActTask,ConfigName.ThemeActivityTaskConfig)
|
||||||
end,
|
end,
|
||||||
|
[ActivityTypeDef.ChaoFanRuSheng] = function ()--主题活动任务
|
||||||
|
local curData = dataList[ActivityTypeDef.ChaoFanRuSheng]
|
||||||
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
function this.InitTaskData(curData,taskType,configName)
|
function this.InitTaskData(curData,taskType,configName)
|
||||||
|
|
Loading…
Reference in New Issue