化身之力红点bug修改

dev_chengFeng
yuanshuai 2022-04-27 15:46:08 +08:00
parent ba1d2ebd94
commit c8196dedd7
1 changed files with 3 additions and 0 deletions

View File

@ -142,6 +142,7 @@ end
function IncarnationPanel:OnOpen(_proId) function IncarnationPanel:OnOpen(_proId)
proId = _proId or 1 proId = _proId or 1
CheckRedPointStatus(RedPointType.incarnation_force)
end end
function IncarnationPanel:OnShow() function IncarnationPanel:OnShow()
@ -149,6 +150,7 @@ function IncarnationPanel:OnShow()
self:RefreshUpList() self:RefreshUpList()
self:SetSelectBtn() self:SetSelectBtn()
self:RefreshList(false,false) self:RefreshList(false,false)
end end
function IncarnationPanel:RefreshUpList() function IncarnationPanel:RefreshUpList()
@ -287,6 +289,7 @@ function IncarnationPanel:SetSingleData(go,data,index)
self:SetSingleData(go,data,index) self:SetSingleData(go,data,index)
PopupTipPanel.ShowTip(string.format("成功激活%s",data.name)) PopupTipPanel.ShowTip(string.format("成功激活%s",data.name))
CheckRedPointStatus(data.property + 438001) CheckRedPointStatus(data.property + 438001)
CheckRedPointStatus(RedPointType.incarnation_force)
end) end)
else else
PopupTipPanel.ShowTip(string.format("成功激活%s",data.name)) PopupTipPanel.ShowTip(string.format("成功激活%s",data.name))