【鸿蒙阵】 提示变更
parent
ef02f1b6e9
commit
4db72018cb
|
@ -166,7 +166,7 @@ function this.OnShowSingleCardData(go,heroData)--isSelect 1选择 2 没选择
|
|||
end
|
||||
end
|
||||
Util.AddOnceClick(GongMingMask, function()
|
||||
PopupTipPanel.ShowTip("鸿蒙碑共鸣中")
|
||||
PopupTipPanel.ShowTip("无法对共鸣神将进行此操作!")
|
||||
end)
|
||||
Util.AddOnceClick(cardBtn, function()
|
||||
if curSelectHeroList[heroData.dynamicId] then
|
||||
|
|
|
@ -276,7 +276,7 @@ function this.SingleHeroDataShow(_go,_heroData)
|
|||
this.cost:SetActive(true)
|
||||
end
|
||||
Util.AddOnceClick(GongMingMask, function()
|
||||
PopupTipPanel.ShowTip("鸿蒙碑共鸣中")
|
||||
PopupTipPanel.ShowTip("无法对共鸣神将进行此操作!")
|
||||
end)
|
||||
Util.AddOnceClick(cardBtn, function()
|
||||
if heroData.dynamicId == curSelectHero.dynamicId then
|
||||
|
|
|
@ -130,7 +130,7 @@ function this.SingleHeroDataShow(go,_heroData)
|
|||
end
|
||||
end
|
||||
Util.AddOnceClick(GongMingMask, function()
|
||||
PopupTipPanel.ShowTip("鸿蒙碑共鸣中")
|
||||
PopupTipPanel.ShowTip("无法对共鸣神将进行此操作!")
|
||||
end)
|
||||
Util.AddOnceClick(cardclickBtn, function()
|
||||
if selectHeroData[heroData.dynamicId] then
|
||||
|
|
|
@ -161,7 +161,7 @@ function this.SingleHeroDataShow(go,_heroData)
|
|||
end
|
||||
end
|
||||
Util.AddOnceClick(GongMingMask, function()
|
||||
PopupTipPanel.ShowTip("鸿蒙碑共鸣中")
|
||||
PopupTipPanel.ShowTip("无法对共鸣神将进行此操作!")
|
||||
end)
|
||||
|
||||
Util.AddOnceClick(cardclickBtn, function()
|
||||
|
|
|
@ -148,7 +148,7 @@ function this.SingleHeroDataShow(go,_heroData)
|
|||
end
|
||||
end
|
||||
Util.AddOnceClick(GongMingMask, function()
|
||||
PopupTipPanel.ShowTip("鸿蒙碑共鸣中")
|
||||
PopupTipPanel.ShowTip("无法对共鸣神将进行此操作!")
|
||||
end)
|
||||
|
||||
Util.AddOnceClick(cardclickBtn, function()
|
||||
|
|
|
@ -79,7 +79,7 @@ function RoleTalismanPanelV2:BindEvent()
|
|||
--进阶按钮
|
||||
Util.AddClick(this.advanceBtn, function()
|
||||
if HarmonyManager.IsChangeColor(curHeroData.dynamicId) then
|
||||
PopupTipPanel.ShowTip("鸿蒙碑共鸣中")
|
||||
PopupTipPanel.ShowTip("无法对共鸣神将进行此操作!")
|
||||
return
|
||||
end
|
||||
if curHeroData.talismanList<maxLv then
|
||||
|
|
|
@ -173,7 +173,7 @@ function this.OnShowSingleCardData(go,heroData)--isSelect 1选择 2 没选择
|
|||
end
|
||||
end
|
||||
Util.AddOnceClick(GongMingMask, function()
|
||||
PopupTipPanel.ShowTip("鸿蒙碑共鸣中")
|
||||
PopupTipPanel.ShowTip("无法对共鸣神将进行此操作!")
|
||||
end)
|
||||
Util.AddOnceClick(cardBtn, function()
|
||||
if curSelectHeroList[heroData.dynamicId] then
|
||||
|
|
Loading…
Reference in New Issue