parent
6d3faec09e
commit
15dd908ace
|
@ -125,7 +125,8 @@ function this.RefreshSlider()
|
||||||
end
|
end
|
||||||
getFinish:SetActive(isBuy)
|
getFinish:SetActive(isBuy)
|
||||||
if curValue>=guildSacrificeRewardConfig[i].Score and isBuy==false then --领取
|
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)
|
redPoint:SetActive(true)
|
||||||
end
|
end
|
||||||
value.text=Language[10471]
|
value.text=Language[10471]
|
||||||
|
|
Loading…
Reference in New Issue