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