神应等级限制
parent
b9ec95da65
commit
180bc4593a
|
|
@ -213,7 +213,7 @@ function RewardTalismanSingleShowPopup2:SetBtns()
|
|||
self.btnSwitch:SetActive(self.openType == 4)
|
||||
self.btnUpgrade:SetActive(self.openType == 2)
|
||||
self.btnUpstar:SetActive(self.openType == 2)
|
||||
self.btnShenYing:SetActive(self.openType == 2)
|
||||
self.btnShenYing:SetActive(self.openType == 2 and CheckFunctionOpen(84))--对标建木神树功能开启
|
||||
|
||||
if self.equipData and self.equipData ~= 0 then
|
||||
isGongMing = HarmonyManager.IsInfo(self.equipData.upHeroDid)
|
||||
|
|
|
|||
Loading…
Reference in New Issue