倒计时云游值回复问题修改
parent
7e0f32ec1f
commit
92af021625
|
|
@ -74,7 +74,7 @@ local _TimeCheckFunc = {
|
|||
if curCount < maxCount then
|
||||
local nextFreshTime = BagManager.bagDatas[UpViewRechargeType.YunYouVle].nextFlushTime
|
||||
local remationTime = nextFreshTime - PlayerManager.serverTime -- 下一次刷新的时间
|
||||
if remationTime<=0 then
|
||||
if remationTime<=-1 then
|
||||
local timeInterval= GameSetting.ItemAdd[7][3]
|
||||
remationTime=timeInterval-(math.abs(remationTime)%timeInterval)
|
||||
end
|
||||
|
|
|
|||
|
|
@ -309,7 +309,7 @@ function this.EventTrigger(_data)
|
|||
elseif _data.pathType==2 then --双倍节点
|
||||
PopupTipPanel.ShowTip("奖励翻倍!")
|
||||
elseif _data.pathType==3 then --额外骰子节点
|
||||
PopupTipPanel.ShowTip("骰子x2")
|
||||
PopupTipPanel.ShowTip("本轮获得疾如闪电效果")
|
||||
saiNum=2
|
||||
elseif _data.pathType==4 then --东海寻仙节点
|
||||
targetBtn=this.shopBtn
|
||||
|
|
|
|||
Loading…
Reference in New Issue