刚提交的回复时间显示为“刚刚”

This commit is contained in:
cxt 2016-06-01 08:57:27 +08:00
parent 8540b48091
commit 0cc8cb9928
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ module ApiHelper
timeIntoFormat = 0
updateAtValue = ""
if timePassed < 0
updateAtValue = "1分钟前"
updateAtValue = "刚刚"
elsif timePassed < ONE_MINUTE
updateAtValue = "1分钟前"
elsif timePassed < ONE_HOUR