From 15dd908acebfc3740bb9f24f9330e030a1b5434c Mon Sep 17 00:00:00 2001 From: jiaoyangna <17610272109@lianjingshidai.com> Date: Tue, 14 Jul 2020 13:55:41 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90ID1008354=E3=80=91=20=E3=80=90?= =?UTF-8?q?=E5=85=AC=E4=BC=9A=E7=A5=AD=E7=A5=80=E3=80=91=E5=9C=A8=E5=8E=9F?= =?UTF-8?q?=E5=85=AC=E4=BC=9A=E7=A5=AD=E7=A5=80=EF=BC=8C=E5=8A=A0=E6=96=B0?= =?UTF-8?q?=E5=85=AC=E4=BC=9A=EF=BC=8C=E8=BF=9B=E5=BA=A6=E5=A5=96=E5=8A=B1?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E9=A2=86=E5=8F=96=EF=BC=8C=E4=B8=8D=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E6=98=BE=E7=A4=BA=E7=BA=A2=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Guild/GuildFetePopup.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Guild/GuildFetePopup.lua b/Assets/ManagedResources/~Lua/Modules/Guild/GuildFetePopup.lua index 0d39053bea..4fee585b81 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guild/GuildFetePopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guild/GuildFetePopup.lua @@ -125,7 +125,8 @@ function this.RefreshSlider() end getFinish:SetActive(isBuy) if curValue>=guildSacrificeRewardConfig[i].Score and isBuy==false then --领取 - if MyGuildManager.MyFeteInfo.lastFeteType>0 then + if MyGuildManager.MyFeteInfo.lastFeteType>0 + and MyGuildManager.MyGuildInfo.id==MyGuildManager.MyFeteInfo.lastFeteGuildId then redPoint:SetActive(true) end value.text=Language[10471]