activitydetail effect commit
parent
624781367b
commit
6aaa749852
|
|
@ -225,7 +225,9 @@ end
|
||||||
|
|
||||||
function ActivityDetail:OnHide()
|
function ActivityDetail:OnHide()
|
||||||
self.gameObject:SetActive(false)
|
self.gameObject:SetActive(false)
|
||||||
self.effect:SetActive(true)
|
if self.effect then
|
||||||
|
self.effect:SetActive(true)
|
||||||
|
end
|
||||||
if rate then
|
if rate then
|
||||||
for n,m in ipairs(rate) do
|
for n,m in ipairs(rate) do
|
||||||
if not rate[n] then
|
if not rate[n] then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue