灵兽山修改提交
parent
1e5aad4541
commit
7a45ce0103
|
|
@ -83,7 +83,7 @@ function PokemonSummonPanel:OnShow()
|
||||||
--是否显示特权
|
--是否显示特权
|
||||||
isActive = PrivilegeManager.GetPrivilegeOpenStatusById(3004)
|
isActive = PrivilegeManager.GetPrivilegeOpenStatusById(3004)
|
||||||
if isActive then
|
if isActive then
|
||||||
self.leftTimeObj.gameObject:SetActive(true)
|
self.leftTimeObj.gameObject:SetActive(false)
|
||||||
Util.SetGray(self.buffImg.gameObject,false)
|
Util.SetGray(self.buffImg.gameObject,false)
|
||||||
leftTime = PrivilegeManager.GetPrivilegeLeftTimeById(3004)
|
leftTime = PrivilegeManager.GetPrivilegeLeftTimeById(3004)
|
||||||
self.leftTimeTxt.text= Language[10469]..GetLeftTimeStrByDeltaTime(leftTime)
|
self.leftTimeTxt.text= Language[10469]..GetLeftTimeStrByDeltaTime(leftTime)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue