Commit 6354fd74bd64dfa2734153550c4971e355b2dfce

Authored by liuzujun
1 parent 38b8089d

活动卡池回馈数量丢失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
... ...