Commit 7754304dab92a3a7900a28d117f222d48e412066
1 parent
b8c1be12
bug
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/models/Activity.lua
| ... | ... | @@ -398,7 +398,7 @@ end |
| 398 | 398 | |
| 399 | 399 | -- 付费签到可领奖励 |
| 400 | 400 | function Activity:getPaySignReward() |
| 401 | - local actGoodsFlag = self.storeData:getProperty("actGoodsFlag") | |
| 401 | + local actGoodsFlag = self.owner.storeData:getProperty("actGoodsFlag") | |
| 402 | 402 | local index = GetActGoodsIndex("paySignIn") |
| 403 | 403 | local flag = actGoodsFlag[index] or 0 |
| 404 | 404 | if flag == 0 then return {} end | ... | ... |