tcx_xiyou_yueNan
parent
6e5c68dc71
commit
e654a0c631
|
@ -171,8 +171,8 @@ function this.RefreshItemNum()
|
|||
Util.SetGray(this.btnFastExplore, fastBuyNum == 0 and freeTimes == 0)
|
||||
|
||||
--local isActive = PrivilegeManager.GetPrivilegeOpenStatusById(12)
|
||||
local isActive = OperatingManager.IsBuyGift(2202) or
|
||||
ActivityGiftManager.GetActivityInfo(ActivityTypeDef.shuaChongTeQuan, 2202).state > 0
|
||||
local shuaChongTeQuan = ActivityGiftManager.GetActivityInfo(ActivityTypeDef.shuaChongTeQuan, 2202)
|
||||
local isActive = OperatingManager.IsBuyGift(2202) or (shuaChongTeQuan and shuaChongTeQuan.state > 0)
|
||||
--Util.SetGray(this.privilegeIcon, not isActive)
|
||||
this.privilegeTimeBg:SetActive(false)
|
||||
--this.privilegeGo:SetActive(not isActive)
|
||||
|
|
Loading…
Reference in New Issue