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]