【IOS提审】提审服关闭公会红包,无尽秘宝按钮显示
parent
c2dfe0ee92
commit
3027e991c9
|
|
@ -1,4 +1,4 @@
|
|||
require("Base/BasePanel")
|
||||
require("Base/BasePanel")
|
||||
|
||||
local _GuildBuildConfig = {
|
||||
[GUILD_MAP_BUILD_TYPE.HOUSE] = {
|
||||
|
|
@ -283,7 +283,7 @@ function GuildMainCityPanel:OnShow()
|
|||
this._TimeCounter:Start()
|
||||
end
|
||||
|
||||
if not RECHARGEABLE then--(是否开启充值)
|
||||
if not RECHARGEABLE or SERVER_VERSION == 1 then--(是否开启充值)
|
||||
this.btnRedPacket:SetActive(false)
|
||||
end
|
||||
this.LiveName = "live2d_huyao"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
require("Base/BasePanel")
|
||||
require("Base/BasePanel")
|
||||
require("Modules/Map/Logic/TileMapController")
|
||||
require("Modules/Map/Logic/TileMapView")
|
||||
require("Modules/Map/View/MapPointView")
|
||||
|
|
@ -273,7 +273,7 @@ function this:SetActiveGameObj()
|
|||
this.btnRank.gameObject:SetActive(isShow)
|
||||
this.btnReward.gameObject:SetActive(isShow)
|
||||
this.shiQi.gameObject:SetActive(not isShow)
|
||||
this.endLessTreasure.gameObject:SetActive(not isShow)
|
||||
this.endLessTreasure.gameObject:SetActive(not isShow and SERVER_VERSION == 0)
|
||||
this.TargetRoot.gameObject:SetActive(not isShow)
|
||||
this.leftDown.gameObject:SetActive(isShow)
|
||||
this.heroGridtip1.gameObject:SetActive(not isShow)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
--- 无尽副本
|
||||
--- 无尽副本
|
||||
--- Generated by EmmyLua(https://github.com/EmmyLua)
|
||||
--- Created by aaa.
|
||||
--- DateTime: 2019/7/30 16:30
|
||||
|
|
@ -551,7 +551,7 @@ function EndLessMapView:InitCompShow(carbonType)
|
|||
this.selectHeroGrid.gameObject:SetActive(true)
|
||||
this.enemyInfo.gameObject:SetActive(false)
|
||||
this.shiQi.gameObject:SetActive(true)
|
||||
this.endLessTreasure.gameObject:SetActive(true)
|
||||
this.endLessTreasure.gameObject:SetActive(SERVER_VERSION == 0)
|
||||
end
|
||||
-- ================================================
|
||||
-- ============ 初始化设置 =========================
|
||||
|
|
|
|||
Loading…
Reference in New Issue