TCX_LongZhu
parent
99724f29f2
commit
e8b1f59d40
|
|
@ -194,12 +194,12 @@ function this:ShowSingleHero(go, data, index)
|
|||
Util.SetGray(self.itemList[self.curSelect][index], true)
|
||||
Util.AddOnceClick(go, function()
|
||||
--PopupTipPanel.ShowTip("同系法宝只可选择一位~")
|
||||
PopupTipPanel.ShowTip(Language[11086])
|
||||
PopupTipPanel.ShowTip("心愿羁绊已满~")
|
||||
end)
|
||||
elseif value == 2 then --上方选满
|
||||
Util.SetGray(self.itemList[self.curSelect][index], true)
|
||||
Util.AddOnceClick(go, function()
|
||||
PopupTipPanel.ShowTip(Language[11086])
|
||||
PopupTipPanel.ShowTip("心愿羁绊已满~")
|
||||
end)
|
||||
elseif value == 1 then --上方存在自己
|
||||
self.maskList[self.curSelect][index]:SetActive(true)
|
||||
|
|
@ -211,7 +211,7 @@ function this:ShowSingleHero(go, data, index)
|
|||
elseif value == 4 then --上方存在自己,但已经出过该英雄了
|
||||
self.maskList[self.curSelect][index]:SetActive(true)
|
||||
Util.AddOnceClick(go, function()
|
||||
PopupTipPanel.ShowTip(Language[11082])
|
||||
PopupTipPanel.ShowTip("同系羁绊每日只可选择一个获取一次概率提升~")
|
||||
end)
|
||||
elseif value == 3 then --可选
|
||||
Util.AddOnceClick(go, function()
|
||||
|
|
|
|||
Loading…
Reference in New Issue