Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
gaoxin 2021-09-26 10:04:06 +08:00
commit 9b67b9247b
2 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 284, y: -73}
m_AnchoredPosition: {x: 254, y: -73}
m_SizeDelta: {x: 96, y: 98}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &7464658710358595252

View File

@ -34,11 +34,11 @@ function QiJieSingleTreasure:BindEvent()
Game.GlobalEvent:DispatchEvent(GameEvent.QiJieShiLian.BuySingleTreasure)
self.parent:ClosePanel()
if state == 0 then
PopupTipPanel.ShowTip("<color=red>已取消遗物激活状态!</color>")
elseif state == 1 then
PopupTipPanel.ShowTip("<color=red>成功解锁遗物并将其激活!</color>")
elseif state == 2 then
PopupTipPanel.ShowTip("<color=red>已激活遗物!</color>")
elseif state == 1 then
PopupTipPanel.ShowTip("<color=red>已取消遗物激活状态!</color>")
elseif state == 2 then
PopupTipPanel.ShowTip("<color=red>成功解锁遗物并将其激活!</color>")
end
end)
end