【幸运摊薄】时间显示

dev_chengFeng
ZhangBiao 2021-09-02 20:58:11 +08:00
parent f6d05b433d
commit fbfa80611a
1 changed files with 2 additions and 0 deletions

View File

@ -665,6 +665,7 @@ function this.RefreshBtnCountDown()
if time<0 then
time=0
this.refreshTimer:Stop()
this.freeRefreshTime.text=" "
this.SetRefreshBtnShowState(true)
NetManager.GetRefreshCountDownRequest({62})
end
@ -691,6 +692,7 @@ function this.RefreshBtnCountDown()
this.refreshTimer:Reset(function()
if time<0 then
this.refreshTimer:Stop()
this.freeRefreshTime.text=" "
time=0
this.SetRefreshBtnShowState(true)
NetManager.GetRefreshCountDownRequest({63})