Browse Source

[util的时间显示问题]

tags/富茂链客4.1.0
meo 6 years ago
parent
commit
254cf0d11b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      utils/util.js

+ 2
- 1
utils/util.js View File

@@ -98,8 +98,9 @@ function timechuo(startTime) {
return (month+'月'+day + '天' + hour + "小时" + minute + "分钟")
} else if (year) {
return (year + '年' + month+'个月'+ day + '天' + hour + "小时" + minute + "分钟")
}else{
return (hour + "小时" + minute + "分钟")
}
}




Loading…
Cancel
Save