禁止上下阵提示文字
parent
3fa23c25ea
commit
485c81da9f
|
@ -631,6 +631,8 @@ function this.SingleHeroDataShow(_go, _heroData)
|
||||||
end
|
end
|
||||||
table.insert(this.choosedList, {heroId = heroData.dynamicId, position=this.GetPos()})
|
table.insert(this.choosedList, {heroId = heroData.dynamicId, position=this.GetPos()})
|
||||||
this.SetCardsData(this.choosedList)
|
this.SetCardsData(this.choosedList)
|
||||||
|
else
|
||||||
|
PopupTipPanel.ShowTip(Language[12206])
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue