首充累计不及时刷新
parent
6162918ca0
commit
656e64c314
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue