逍遥游脚本修改

yuanshuai 2020-10-19 21:35:12 +08:00
parent 7b40a855b9
commit d97142bb6d
1 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ end
--刷新界面事件入口按钮显示隐藏
function this.RefreshEventBtn()
this.UpdateYunyouVleShow()
this.UpdateYunYouVleShow()
if XiaoYaoManager.luckyluckyTurnTableTimes > 0 and (XiaoYaoManager.luckyluckyTurnTableRemainTime - PlayerManager.serverTime > 0) then
this.rouleBtn:SetActive(true)
else
@ -516,7 +516,7 @@ function this.ShowCountTime()
this.timer = Timer.New(function ()
local leftTime = AutoRecoverManager.GetRecoverTime(UpViewRechargeType.YunYouVle)
if leftTime<=0 then
this.UpdateYunyouVleShow()
this.UpdateYunYouVleShow()
end
if curValue>=maxValue then
-- 回复满了,在地图外面可以停止计时器