activitydetail effect commit

dev_chengFeng
jiaoyangna 2020-08-27 18:24:05 +08:00
parent 624781367b
commit 6aaa749852
1 changed files with 3 additions and 1 deletions

View File

@ -225,7 +225,9 @@ end
function ActivityDetail:OnHide()
self.gameObject:SetActive(false)
self.effect:SetActive(true)
if self.effect then
self.effect:SetActive(true)
end
if rate then
for n,m in ipairs(rate) do
if not rate[n] then