[洞府]========================ob2屏蔽洞府显示

develop_bt_ob2
wangzhenxing 2023-07-05 17:30:14 +08:00
parent 4e7bc33d14
commit a5cdcae96a
2 changed files with 10 additions and 10 deletions

View File

@ -239,15 +239,15 @@ end
--==============================红点检测==============================
--烦人的红点检测我决定1-4写一个、5写一个6写一个、任务写一个、7移植过来,然后写个总的检测跑一遍所有)
function this.CheckRedMain()
if this.Check1to5Building() then
return true
end
if this.CheckMission() then
return true
end
if this.CheckEquipUpgrade() then
return true
end
-- if this.Check1to5Building() then
-- return true
-- end
-- if this.CheckMission() then
-- return true
-- end
-- if this.CheckEquipUpgrade() then
-- return true
-- end
return false
end

View File

@ -195,7 +195,7 @@ function this:InitComponent()
this.btnWaiDi:SetActive(false)
--家园
this.btnHomeLand = Util.GetGameObject(this.gameObject, "scene/layer4/btnHomeLand")
this.btnHomeLand:SetActive(true)
this.btnHomeLand:SetActive(false)
--跨服
this.btnJumpServer = Util.GetGameObject(this.gameObject, "scene/layer4/btnJumpServer")
this.btnCompoundHero = Util.GetGameObject(this.gameObject, "scene/layer3/btnCompoundHero")