身外化身重复修改提交
parent
c2638629e7
commit
d931fa07f8
|
@ -290,6 +290,8 @@ function IncarnationPanel:SetSingleData(go,data,index)
|
|||
PopupTipPanel.ShowTip(string.format("成功激活%s",data.name))
|
||||
CheckRedPointStatus(data.property + 438001)
|
||||
end)
|
||||
else
|
||||
PopupTipPanel.ShowTip(string.format("成功激活%s",data.name))
|
||||
end
|
||||
end)
|
||||
Util.AddOnceClick(self.itemPreList[go].incarnationBtn,function()
|
||||
|
@ -315,6 +317,8 @@ function IncarnationPanel:SetSingleData(go,data,index)
|
|||
else
|
||||
PopupTipPanel.ShowTip("身外化身位置已达上限,请卸下需要替换的化身!")
|
||||
end
|
||||
else
|
||||
PopupTipPanel.ShowTip("化身成功!")
|
||||
end
|
||||
end)
|
||||
Util.AddOnceClick(self.itemPreList[go].incarnationningBtn,function()
|
||||
|
@ -329,6 +333,8 @@ function IncarnationPanel:SetSingleData(go,data,index)
|
|||
self.upLayoutItemList[oldPos].btn.gameObject:SetActive(false)
|
||||
PopupTipPanel.ShowTip("成功卸下身外化身!")
|
||||
end)
|
||||
else
|
||||
PopupTipPanel.ShowTip("成功卸下身外化身!")
|
||||
end
|
||||
end)
|
||||
if data.state == -1 then
|
||||
|
|
Loading…
Reference in New Issue