Commit fb344e8a90b13373d7bd2f592578eb8eb3abfa53
1 parent
bb30b1c1
活动结束回收邮件
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/models/Activity.lua
... | ... | @@ -598,8 +598,8 @@ function Activity:closeActivity(actId, notify, notUpdateAct) |
598 | 598 | local actType = actData.showType |
599 | 599 | if activityFunc[actType] and activityFunc[actType]['close'] then |
600 | 600 | activityFunc[actType]["close"](self, actType, notify, actId) |
601 | - self:recycleActItem(actId) | |
602 | 601 | end |
602 | + self:recycleActItem(actId) | |
603 | 603 | if Activity.schema["act".. actType] then |
604 | 604 | if not Activity.schema["act" .. actType][3] then |
605 | 605 | self:updateActData(actType, Activity.schema["act" .. actType][2], not notify or notUpdateAct) | ... | ... |