神应等级限制

yuanshuai 2022-09-06 16:25:49 +08:00
parent b9ec95da65
commit 180bc4593a
1 changed files with 1 additions and 1 deletions

View File

@ -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)