Commit 41b05e8f61bb61c20043ab89f15c01f6105975d6
1 parent
fc8e212e
fix: 月卡+特刊领取奖励后,还会一直弹出领取界面的bug
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/models/Store.lua
| ... | ... | @@ -830,6 +830,8 @@ function Store:data() |
| 830 | 830 | bpInfo = self:getProperty("bpInfo"), |
| 831 | 831 | totalRR = self:getProperty("totalRR"), |
| 832 | 832 | monthCardId = self:getProperty("monthCardId"), |
| 833 | + firstMonthCard = self:getProperty("firstMonthCard"), | |
| 834 | + monthCardReceive = self:getProperty("monthCardReceive"), | |
| 833 | 835 | smonthCards = self:getProperty("smonthCards"), |
| 834 | 836 | smonthCardReceive = self:getProperty("smonthCardReceive"), |
| 835 | 837 | dailyShop = self:getProperty("dailyShop"), | ... | ... |