From 485c81da9f1fc7e09556716dcc749a74c48dc17b Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Fri, 24 Jul 2020 09:36:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E6=AD=A2=E4=B8=8A=E4=B8=8B=E9=98=B5?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Formation/FormationPanelV2.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua b/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua index 59416aab62..dd2b8557e9 100644 --- a/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua +++ b/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua @@ -631,6 +631,8 @@ function this.SingleHeroDataShow(_go, _heroData) end table.insert(this.choosedList, {heroId = heroData.dynamicId, position=this.GetPos()}) this.SetCardsData(this.choosedList) + else + PopupTipPanel.ShowTip(Language[12206]) end end)