Merge branch 'master_develop' of http://60.1.1.230/gaoxin/JL_Client into master_develop
commit
ae25bcb07e
|
|
@ -258,14 +258,7 @@ function this:ShowTime(curType)
|
|||
this.remainTime.text = Language[12321]..TimeToDHMS(0)
|
||||
self.timer:Stop()
|
||||
self.timer = nil
|
||||
-- self.timer = Timer.New(function()
|
||||
-- if ActivityGiftManager.GetTaskEndTime(ActivityTypeDef.TreasureOfSomeBody) - GetTimeStamp() < 1 then
|
||||
-- this.Closefunction()
|
||||
-- else
|
||||
-- this.RefreshTime()
|
||||
-- end
|
||||
-- return
|
||||
-- end,2):Start()
|
||||
this.RefreshTime()
|
||||
end
|
||||
timeDown = timeDown - 1
|
||||
this.remainTime.text = Language[12321]..TimeToDHMS(timeDown)
|
||||
|
|
|
|||
Loading…
Reference in New Issue