修改微信端的时间提示

This commit is contained in:
cxt 2016-05-31 14:18:40 +08:00
parent 79c106a1c6
commit 796125bd1c
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ module ApiHelper
timeIntoFormat = 0
updateAtValue = ""
if timePassed < 0
updateAtValue = "时间有问题"
updateAtValue = "1分钟前"
elsif timePassed < ONE_MINUTE
updateAtValue = "1分钟前"
elsif timePassed < ONE_HOUR