无效的红点检测
parent
c134dabe49
commit
9e8d773040
|
|
@ -241,7 +241,7 @@ end
|
|||
function this.ChangeVipRedPointState()
|
||||
CheckRedPointStatus(RedPointType.VipPrivilege)
|
||||
CheckRedPointStatus(RedPointType.DailyTask)
|
||||
CheckRedPointStatus(RedPointType.TreasureOfSl)
|
||||
--CheckRedPointStatus(RedPointType.TreasureOfSl)
|
||||
CheckRedPointStatus(RedPointType.SevenDayCarnival)
|
||||
CheckRedPointStatus(RedPointType.Achievement_Main)
|
||||
CheckRedPointStatus(RedPointType.QinglongSerectTreasureTrail)
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ function BuyTreasureLevelPanel:OnDealBtnClicked()
|
|||
local levelMoveTo = TreasureOfSomebodyManagerV2.currentLv + self.progressBar.value
|
||||
NetManager.RequestBuyTreasureLevel(levelMoveTo, function()
|
||||
TreasureOfSomebodyManagerV2.SetCurrentLevel(levelMoveTo)
|
||||
CheckRedPointStatus(RedPointType.TreasureOfSl)
|
||||
--CheckRedPointStatus(RedPointType.TreasureOfSl)
|
||||
PopupTipPanel.ShowTip(Language[10545])
|
||||
if self.context.callBack then
|
||||
self.context.callBack()
|
||||
|
|
|
|||
|
|
@ -203,7 +203,7 @@ function TreasureOfSomebodyRewardPageV2:SetScoreItemAdapter(rewardItem, itemInfo
|
|||
ActivityGiftManager.SetActivityInfo(itemInfo.ActivityId, itemInfo.Level, hadBuyState)
|
||||
self:SetScoreItemAdapter(rewardItem, itemInfo)
|
||||
self.mainPanel:SetRewardRedPoint()
|
||||
RedpotManager.CheckRedPointStatus(RedPointType.TreasureOfSl)
|
||||
--RedpotManager.CheckRedPointStatus(RedPointType.TreasureOfSl)
|
||||
self:SetFinalStatus()
|
||||
end)
|
||||
end
|
||||
|
|
@ -287,7 +287,7 @@ end
|
|||
function TreasureOfSomebodyRewardPageV2:OnOpenTreasure()
|
||||
TreasureOfSomebodyManagerV2.SetTreasureBuyStatus(1)
|
||||
self.unlockCost:SetActive(false)
|
||||
RedpotManager.CheckRedPointStatus(RedPointType.TreasureOfSl)
|
||||
--RedpotManager.CheckRedPointStatus(RedPointType.TreasureOfSl)
|
||||
end
|
||||
|
||||
function TreasureOfSomebodyRewardPageV2:SetFinalStatus()
|
||||
|
|
@ -311,7 +311,7 @@ function TreasureOfSomebodyRewardPageV2:OnOneKeyDealBtnClicked()
|
|||
UIManager.OpenPanel(UIName.RewardItemPopup, drop, 1)
|
||||
self:RefreshRewardList()
|
||||
self.mainPanel:SetRewardRedPoint()
|
||||
RedpotManager.CheckRedPointStatus(RedPointType.TreasureOfSl)
|
||||
--RedpotManager.CheckRedPointStatus(RedPointType.TreasureOfSl)
|
||||
end)
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@ function TreasureOfSomebodyScorePageV2:SetScoreItemAdapter(scoreItem, itemInfo)
|
|||
dealBtn:SetActive(false)
|
||||
Util.GetGameObject(scoreItem, "finished"):SetActive(true)
|
||||
self:RefreshTabRedPoint()
|
||||
RedpotManager.CheckRedPointStatus(RedPointType.TreasureOfSl)
|
||||
--RedpotManager.CheckRedPointStatus(RedPointType.TreasureOfSl)
|
||||
self:ShowTabContent(self.selectTabIndex)
|
||||
end)
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue