diff --git a/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoMapPanel.lua b/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoMapPanel.lua index 1f879fba23..c1685dd666 100644 --- a/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoMapPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoMapPanel.lua @@ -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 -- 回复满了,在地图外面可以停止计时器