Commit 6305757d5138f35748667d5e971b20a2514eca04
Merge branch 'cn/develop' into cn/publish/preview
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/models/Store.lua
... | ... | @@ -498,6 +498,7 @@ function Store:onBuyCard(type, duration, id, actid) |
498 | 498 | info["flag"] = 1 |
499 | 499 | bpInfo[index] = info |
500 | 500 | self:updateProperty({field = "bpInfo", value = bpInfo}) |
501 | + return {} | |
501 | 502 | elseif type == CardType.ActBattleCommandCard then |
502 | 503 | if not self.owner.activity:isOpenById(actid, "ActShopGoods") then |
503 | 504 | return nil | ... | ... |