Commit 7af54527d4a040347870a944e602658ae66e0edf
1 parent
94f99134
fix: 月卡-特刊 购买次数单独进行限制
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/models/RolePlugin.lua
... | ... | @@ -2377,7 +2377,7 @@ function RolePlugin.bind(Role) |
2377 | 2377 | return 1 |
2378 | 2378 | end |
2379 | 2379 | |
2380 | - if not self.storeData:checkRechargeRecord(rechargeData.limit, id) then | |
2380 | + if not self.storeData:checkRechargeRecord(rechargeData.limit, id) and rechargeData.shop ~= 2 then | |
2381 | 2381 | return 2 |
2382 | 2382 | end |
2383 | 2383 | ... | ... |