From babc4d671b946f938dc8979cb6f9e195a9b61fc4 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Wed, 2 Mar 2022 18:32:34 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90ID1011205=E3=80=91=20=E5=B1=B1?= =?UTF-8?q?=E6=B2=B3=E8=AF=95=E7=82=BC=E8=B0=83=E6=95=B4=E5=88=B0=E7=AC=AC?= =?UTF-8?q?=E4=B8=80=E5=91=A8=E5=BC=80=E5=90=AF=EF=BC=8C=E9=99=90=E6=97=B6?= =?UTF-8?q?14=E5=A4=A9=EF=BC=8C=E6=8A=95=E5=AE=9A=E5=90=91=E5=B0=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/FightLevel/FightLevelTrialPanel.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/FightLevel/FightLevelTrialPanel.lua b/Assets/ManagedResources/~Lua/Modules/FightLevel/FightLevelTrialPanel.lua index 0d92a1c5d5..12952e01d4 100644 --- a/Assets/ManagedResources/~Lua/Modules/FightLevel/FightLevelTrialPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/FightLevel/FightLevelTrialPanel.lua @@ -1,7 +1,7 @@ local FightLevelTrialPanel = {} local STATE = { - [0] = {Img = "s_slbz_1anniuhuangse",text = Language[11948]}, + [0] = {Img = "s_slbz_1anniuhuangse",text = "前往"}, [1] = {Img = "s_slbz_1anniuongse",text = Language[11948]}, [2] = {Img = "s_slbz_1anniuhuise",text = Language[10101]}, } @@ -174,7 +174,8 @@ function FightLevelTrialPanel:SingleDataShow(item,data,index) end Util.AddOnceClick(getBtn,function () if state == 0 then - PopupTipPanel.ShowTip("请前往山河社稷图获取更多星星!") + --PopupTipPanel.ShowTip("请前往山河社稷图获取更多星星!") + UIManager.OpenPanel(UIName.FightLevelChapterPanel) elseif state == 1 then NetManager.GetActivityRewardRequest(data.missionId,self.actData.activityId,function (_drop) UIManager.OpenPanel(UIName.RewardItemPopup,_drop,1,function()