升级礼包 剩余时间文字修改
parent
4a696f3ec0
commit
857d32bb96
|
@ -138,7 +138,7 @@ function this:Refresh(index)
|
||||||
this.arrowsRight:SetActive(not not curGiftList[curIndex+1])
|
this.arrowsRight:SetActive(not not curGiftList[curIndex+1])
|
||||||
curGiftId = curGiftList[curIndex].goodsId
|
curGiftId = curGiftList[curIndex].goodsId
|
||||||
curEndTime = curGiftList[curIndex].endTime
|
curEndTime = curGiftList[curIndex].endTime
|
||||||
this.endTime.text = Language[10028]..TimeToHMS(curEndTime-GetTimeStamp())
|
this.endTime.text = Language[11496]..TimeToHMS(curEndTime-GetTimeStamp())
|
||||||
this:SetGfitShow()
|
this:SetGfitShow()
|
||||||
this:SetTime()
|
this:SetTime()
|
||||||
end
|
end
|
||||||
|
@ -187,7 +187,7 @@ function this:SetTime()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
this.endTime.text = Language[10028]..TimeToHMS(curEndTime-GetTimeStamp())
|
this.endTime.text = Language[11496]..TimeToHMS(curEndTime-GetTimeStamp())
|
||||||
end,1,-1,true)
|
end,1,-1,true)
|
||||||
self.localTimer:Start()
|
self.localTimer:Start()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue