Selaa lähdekoodia

[util的时间显示问题]

tags/富茂链客4.1.0
meo 6 vuotta sitten
vanhempi
commit
254cf0d11b
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. +2
    -1
      utils/util.js

+ 2
- 1
utils/util.js Näytä tiedosto

@@ -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 + "分钟")
}
}




Ladataan…
Peruuta
Tallenna