【鸿蒙阵】 提示变更

dev_chengFeng
zhangqiang 2020-12-22 09:52:40 +08:00
parent ef02f1b6e9
commit 4db72018cb
7 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -161,7 +161,7 @@ function this.SingleHeroDataShow(go,_heroData)
end
end
Util.AddOnceClick(GongMingMask, function()
PopupTipPanel.ShowTip("鸿蒙碑共鸣中")
PopupTipPanel.ShowTip("无法对共鸣神将进行此操作!")
end)
Util.AddOnceClick(cardclickBtn, function()

View File

@ -148,7 +148,7 @@ function this.SingleHeroDataShow(go,_heroData)
end
end
Util.AddOnceClick(GongMingMask, function()
PopupTipPanel.ShowTip("鸿蒙碑共鸣中")
PopupTipPanel.ShowTip("无法对共鸣神将进行此操作!")
end)
Util.AddOnceClick(cardclickBtn, function()

View File

@ -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

View File

@ -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