fix:user online-icon 添加title

This commit is contained in:
zhangyu
2022-06-15 14:12:08 +08:00
parent 4008b96d36
commit 195474dc23
3 changed files with 3 additions and 3 deletions

View File

@@ -147,7 +147,7 @@ export default {
},
changeDate (item) {
const time = this.utcTimeToTimezoneStr(item)
const time1 = this.timeFormate(Date.parse(time))
const time1 = this.timeFormate(time)
return time1
},
getNum (item) {