Commit 1cfe4c759751ed38dd80f11b5eecaad96ad0403d

Authored by liuzujun
1 parent a526f9ef

充值返利邮件内容优化

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
1   -Subproject commit d54c7ca07fd397022166b38b58b80a78f339f592
  1 +Subproject commit 9bb26cfdb11f81dbfe6abbc468b44ca9f814deb2
... ...
src/models/Activity.lua
... ... @@ -355,7 +355,7 @@ activityFunc[Activity.ActivityType.PayBack] = {
355 355 local newVal = oldVal + twd
356 356 local gift, checkPoint = self.owner:getPaybackReward(oldVal, newVal)
357 357 if gift ~= "" then
358   - local strCp = table.concat(checkPoint ,"/")
  358 + local strCp = table.concat(checkPoint ,"")
359 359 self.owner:sendMail(MailId.PayBackAward, nil, gift, {newVal, strCp})
360 360 end
361 361 self:updateActData(actType, newVal, not notify)
... ...