diff --git a/public/home/home.js b/public/home/home.js index 4a8d9e4a2..4f2d3fdea 100644 --- a/public/home/home.js +++ b/public/home/home.js @@ -124,7 +124,7 @@ function getTime(UpdatedUnix,currentTime){ return seconds + "秒前" }else{ if(hours > 0){ - return hours + "小时" + minutes + "分钟前"; + return hours + "小时前"; }else{ return minutes + "分钟前"; }