Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.1.1^2
zouap 4 years ago
parent
commit
bcbf9e345e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/home/home.js

+ 1
- 1
public/home/home.js View File

@@ -124,7 +124,7 @@ function getTime(UpdatedUnix,currentTime){
return seconds + "秒前"
}else{
if(hours > 0){
return hours + "小时" + minutes + "分钟前";
return hours + "小时前";
}else{
return minutes + "分钟前";
}


Loading…
Cancel
Save