限时活动红点修改

dev_chengFeng
yuanshuai 2022-04-28 14:26:35 +08:00
parent 6606b6bc64
commit 4e70fc5113
3 changed files with 3 additions and 6 deletions

View File

@ -706,7 +706,7 @@ RedPointType = {
DynamicActTask_MeiRi = 20169,--破阵诛仙每日任务 DynamicActTask_MeiRi = 20169,--破阵诛仙每日任务
DynamicActTask_MeiZhou = 20170,--破阵诛仙每周任务 DynamicActTask_MeiZhou = 20170,--破阵诛仙每周任务
-- DynamicActTask = 20171,--破阵诛仙任务 -- DynamicActTask = 20171,--破阵诛仙任务
DynamicActRecharge = 20172,--破阵诛仙累充 DynamicActRecharge = 20172,--每日累充
WeekGiftPage = 2018, -- 每周礼包 WeekGiftPage = 2018, -- 每周礼包
MonthGiftPage = 2019, -- 每月礼包 MonthGiftPage = 2019, -- 每月礼包
Celebration = 2020,--社稷大典 Celebration = 2020,--社稷大典

View File

@ -930,10 +930,6 @@ function this.CreatActivity()
else else
activityTabs[k].timeImg.gameObject:SetActive(true) activityTabs[k].timeImg.gameObject:SetActive(true)
end end
-- if v.RpType > 0 then
-- --绑定新的红点
-- BindRedPointObject(v.RpType,activityTabs[k].redpot)
-- end
if v.ActiveType > 0 then if v.ActiveType > 0 then
local activityId = ActivityGiftManager.IsActivityTypeOpen(v.ActiveType) local activityId = ActivityGiftManager.IsActivityTypeOpen(v.ActiveType)
if activityId and activityId > 0 and ActivityGiftManager.IsQualifiled(v.ActiveType) and v.ActiveType ~= 42 then if activityId and activityId > 0 and ActivityGiftManager.IsQualifiled(v.ActiveType) and v.ActiveType ~= 42 then

View File

@ -235,7 +235,8 @@ function this.InitRedPointAllRelate()
-- RPData:SetParent(RedPointType.Expert_SecretBox, RedPointType.Expert) -- RPData:SetParent(RedPointType.Expert_SecretBox, RedPointType.Expert)
-- RPData:SetParent(RedPointType.Expert_UpLv, RedPointType.Expert) -- RPData:SetParent(RedPointType.Expert_UpLv, RedPointType.Expert)
-- RPData:SetParent(RedPointType.ContinuityRecharge, RedPointType.Expert) -- RPData:SetParent(RedPointType.ContinuityRecharge, RedPointType.Expert)
-- RPData:SetParent(RedPointType.Expert_Expedition, RedPointType.Expert) RPData:SetParent(RedPointType.Expert_Expedition, RedPointType.Expert)
RPData:SetParent(RedPointType.DynamicActRecharge, RedPointType.Expert)
-- RPData:SetParent(RedPointType.Expert_Slhj, RedPointType.Expert) -- RPData:SetParent(RedPointType.Expert_Slhj, RedPointType.Expert)
--战力排行 --战力排行
RPData:SetParent(RedPointType.WarPowerSort_Sort, RedPointType.WarPowerSort) RPData:SetParent(RedPointType.WarPowerSort_Sort, RedPointType.WarPowerSort)