红点提交
parent
39bb3d5c06
commit
ec55dc15af
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue