屏蔽宗门技能
parent
6c6a7d19f7
commit
a6d235528f
|
@ -47,7 +47,7 @@ local _GuildBuildConfig = {
|
|||
end,
|
||||
},
|
||||
[GUILD_MAP_BUILD_TYPE.SKILL] = { --技能
|
||||
isOpen = true,
|
||||
isOpen = false,
|
||||
rpType = RedPointType.Guild_Skill,
|
||||
btnName = "btnSkill",
|
||||
btnFunc = function()
|
||||
|
|
|
@ -138,12 +138,12 @@ function this.SetAllGuildSkillRedPlayers()
|
|||
end
|
||||
--刷新方法
|
||||
function this.RefreshAllGuildSkillRedPoint()
|
||||
for i = 1, #GuildSkillType do
|
||||
local isShowRedPoint = this.GuildSkillRedPoint(i)
|
||||
if isShowRedPoint then
|
||||
return true
|
||||
end
|
||||
end
|
||||
-- for i = 1, #GuildSkillType do
|
||||
-- local isShowRedPoint = this.GuildSkillRedPoint(i)
|
||||
-- if isShowRedPoint then
|
||||
-- return true
|
||||
-- end
|
||||
-- end
|
||||
return false
|
||||
end
|
||||
--1 已经查看过不需要显示新红点 0 显示红点
|
||||
|
|
Loading…
Reference in New Issue