[bt]======屏蔽心愿抽卡

dev_chengFeng
wangzhenxing 2022-10-20 17:58:13 +08:00
parent 8d63d391a6
commit 19bdb42a36
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ function RecruitPanelNew:UpdataWishPanel()
return return
end end
--屏蔽心愿 --屏蔽心愿
self.wish.gameObject:SetActive(true) self.wish.gameObject:SetActive(false)
--如果没有达到150抽按钮置灰 --如果没有达到150抽按钮置灰
local data = tonumber(specialConfig[119].Value) local data = tonumber(specialConfig[119].Value)
NetManager.ChoiceWishHeroRequest(nil,function () NetManager.ChoiceWishHeroRequest(nil,function ()