升级礼包 剩余时间文字修改

dev_chengFeng
ZhangBiao 2020-07-20 16:56:28 +08:00
parent 4a696f3ec0
commit 857d32bb96
1 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ function this:Refresh(index)
this.arrowsRight:SetActive(not not curGiftList[curIndex+1])
curGiftId = curGiftList[curIndex].goodsId
curEndTime = curGiftList[curIndex].endTime
this.endTime.text = Language[10028]..TimeToHMS(curEndTime-GetTimeStamp())
this.endTime.text = Language[11496]..TimeToHMS(curEndTime-GetTimeStamp())
this:SetGfitShow()
this:SetTime()
end
@ -187,7 +187,7 @@ function this:SetTime()
end
end
end
this.endTime.text = Language[10028]..TimeToHMS(curEndTime-GetTimeStamp())
this.endTime.text = Language[11496]..TimeToHMS(curEndTime-GetTimeStamp())
end,1,-1,true)
self.localTimer:Start()
end