【特权商城】最后一分钟报错修改

ZhangBiao 2020-11-03 19:10:32 +08:00 committed by zhangqiang
parent 302e52aea5
commit 7b943d6731
1 changed files with 2 additions and 0 deletions

View File

@ -733,6 +733,8 @@ function GiftView:SpecialTime(t)
else
if _min>=1 then
return string.format(Language[11752], _min), _min
else
return "0分"
end
end
end