Commit a372ab8330670e40d6b425705328efd52b0d37b9

Authored by zhouhaihai
2 parents cfa30cf8 052ae144

Merge branch 'tr/bugfix' into tr/publish/preview

* tr/bugfix:
  活动卡池回馈数量丢失Bug
Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
1   -Subproject commit fb22d12670f863528582d09b9499198350902990
  1 +Subproject commit 7320a5f8d782d63b7ad6fc6e310e3f7425c280a1
... ...
src/models/Activity.lua
... ... @@ -91,6 +91,7 @@ function Activity:data()
91 91 act18 = self:getProperty("act18"),
92 92 act19 = self:getProperty("act19"),
93 93 act20 = self:getProperty("act20"),
  94 + act24 = self:getProperty("act24"),
94 95 act26 = self:getProperty("act26"),
95 96 }
96 97 end
... ...