Commit 2f86b7e215a5b251eb2d465de08ce6eff7b8aca1
1 parent
b92a81c9
限时礼包清理payR
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
src/models/Store.lua
... | ... | @@ -644,10 +644,10 @@ function Store:OnTriggerLimitTimePack(eventType, param) |
644 | 644 | gift_name = rechargeCfg.descId, --礼包名称 |
645 | 645 | }) |
646 | 646 | if config.isLoop ~= 0 then |
647 | - local payR = self:getProperty("buyR") | |
647 | + local payR = self:getProperty("payR") | |
648 | 648 | if payR[rechargeCfg.id] then |
649 | 649 | payR[rechargeCfg.id] = nil |
650 | - self:updateProperty({field = "buyR", value = payR}) | |
650 | + self:updateProperty({field = "payR", value = payR}) | |
651 | 651 | end |
652 | 652 | end |
653 | 653 | -- 每日抽卡限时礼包 触发重置 | ... | ... |