【商城界面】提交

dev_chengFeng
ZhangBiao 2021-12-16 17:16:18 +08:00
parent c915a3b9eb
commit 3a96f7cf4e
1 changed files with 2 additions and 0 deletions

View File

@ -337,6 +337,8 @@ function EveryDayGiftNew:GetRemainTime()
end
if actData then
self.btn2Text.text = string.format("剩余%s天",math.ceil(packFreshTime/86400))
else
self.btn2Text.text = string.format("60元七天特惠")
end
freshTime = freshTime - 1
packFreshTime = packFreshTime - 1