化身之力红点bug修改
parent
ba1d2ebd94
commit
c8196dedd7
|
@ -142,6 +142,7 @@ end
|
|||
|
||||
function IncarnationPanel:OnOpen(_proId)
|
||||
proId = _proId or 1
|
||||
CheckRedPointStatus(RedPointType.incarnation_force)
|
||||
end
|
||||
|
||||
function IncarnationPanel:OnShow()
|
||||
|
@ -149,6 +150,7 @@ function IncarnationPanel:OnShow()
|
|||
self:RefreshUpList()
|
||||
self:SetSelectBtn()
|
||||
self:RefreshList(false,false)
|
||||
|
||||
end
|
||||
|
||||
function IncarnationPanel:RefreshUpList()
|
||||
|
@ -287,6 +289,7 @@ function IncarnationPanel:SetSingleData(go,data,index)
|
|||
self:SetSingleData(go,data,index)
|
||||
PopupTipPanel.ShowTip(string.format("成功激活%s",data.name))
|
||||
CheckRedPointStatus(data.property + 438001)
|
||||
CheckRedPointStatus(RedPointType.incarnation_force)
|
||||
end)
|
||||
else
|
||||
PopupTipPanel.ShowTip(string.format("成功激活%s",data.name))
|
||||
|
|
Loading…
Reference in New Issue