【商城界面】提交
parent
c915a3b9eb
commit
3a96f7cf4e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue