红点提交

dev_chengFeng
jiaoyangna 2021-06-02 11:08:03 +08:00
parent 39bb3d5c06
commit ec55dc15af
4 changed files with 5 additions and 0 deletions

View File

@ -268,6 +268,7 @@ function this:OnClose()
if this.curFormationIndex == FormationTypeDef.FORMATION_ENDLESS_MAP then
EndLessMapManager.SetCanUseHeroNew()
CheckRedPointStatus(RedPointType.wujinBianDui)
CheckRedPointStatus(RedPointType.EndlessPanel)
end
end

View File

@ -52,6 +52,7 @@ function this.RefreshItemData()
this.treasureData.curDataLevel = level
this.SetTreasureState()
CheckRedPointStatus(RedPointType.wujinTreasure)
CheckRedPointStatus(RedPointType.EndlessPanel)
end
local count = BagManager.GetItemCountById(this.shiQiValue)
@ -525,6 +526,7 @@ function this.SetCanUseHeroNew()
LogGreen("v.isNew:"..v.isNew)
end
CheckRedPointStatus(RedPointType.wujinBianDui)
CheckRedPointStatus(RedPointType.EndlessPanel)
end
function this.GetHeroDataByProperty(_proId)

View File

@ -258,6 +258,7 @@ function this.ChangeVipRedPointState()
CheckRedPointStatus(RedPointType.QinglongSerectTreasure)
CheckRedPointStatus(RedPointType.pozhenzhuxianTask)
CheckRedPointStatus(RedPointType.wujinMission)
CheckRedPointStatus(RedPointType.EndlessPanel)
--CheckRedPointStatus(RedPointType.Achievement_One)
--CheckRedPointStatus(RedPointType.Achievement_Two)
--CheckRedPointStatus(RedPointType.Achievement_Three)

View File

@ -222,6 +222,7 @@ function EndLessTreasurePanel:OnBtnDealClicked(rewardItem,singleData)
EndLessMapManager.SetTreasureState(singleData.Id,-1)
end
CheckRedPointStatus(RedPointType.wujinTreasure)
CheckRedPointStatus(RedPointType.EndlessPanel)
self:refresh()--刷新界面
end)
end)