From 0b85a85e1883a1ec5f3c283df2acc5c87886f34f Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Tue, 6 Apr 2021 15:11:29 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A4=A7=E9=97=B9=E5=A4=A9=E5=AE=AB?= =?UTF-8?q?=E3=80=91=20=E9=97=B4=E9=9A=94=E9=98=B6=E6=AE=B5=E9=87=8D?= =?UTF-8?q?=E7=99=BB=E6=8F=90=E7=A4=BA=E6=9C=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua b/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua index 65cfd6ecdc..6da8fae2a2 100644 --- a/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua +++ b/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua @@ -344,7 +344,7 @@ function this.BtnClick(id) PlayerPrefs.SetInt(PlayerManager.uid.."ExpeditionRed",ActTimeCtrlManager.GetSerDataByTypeId(FUNCTION_OPEN_TYPE.EXPEDITION).endTime) CheckRedPointStatus(RedPointType.OrdinaryExplore) else - if ExpeditionManager.ExpeditionState == 2 then + if ActTimeCtrlManager.IsQualifiled(id) then PopupTipPanel.ShowTip(Language[12183]) else PopupTipPanel.ShowTip(ActTimeCtrlManager.GetFuncTip(FUNCTION_OPEN_TYPE.EXPEDITION))