首充累计不及时刷新

xiyou_sanguo
zhangjiannan 2026-03-11 16:56:56 +08:00
parent 6162918ca0
commit 656e64c314
2 changed files with 3 additions and 1 deletions

View File

@ -107,7 +107,8 @@ function this.RefreshAccumRechargeValue(goodsId)
this.SetRechargeTime(math.floor(GetTimeStamp()))
this.isFirstRecharge = 1
end
--this.SetAccumRechargeValue(rechargeConfig.Price, true)
--LogError("chongzhi++++++++++++++++++++++="..rechargeConfig.Price)
this.SetAccumRechargeValue(rechargeConfig.Price, true)
if (LuckyCatManager.isOpenLuckyCat) then
--LuckyCatManager.SetAccumRechargeValue(rechargeConfig.Price)
LuckyCatManager.SetAccumRechargeValue()

View File

@ -125,6 +125,7 @@ function GMShuaChongTeQuan:InitComponent()
self.oldPriceTxt.gameObject:SetActive(false)
redList[activityId]:SetActive(true)
state = 1
FirstRechargeManager.RefreshAccumRechargeValue(recharge.Id)
end)
elseif state == 1 then
NetManager.GetActivityRewardRequest(activityId, ActivityTypeDef.shuaChongTeQuan, function(_drop)