Commit 1a7f556e by fengzhaoyu

fix: '修改utilsl leftDay 拼写错误'

parent 46a32ef2
...@@ -134,7 +134,7 @@ export function getCreateShowTime(createdTime) { ...@@ -134,7 +134,7 @@ export function getCreateShowTime(createdTime) {
if (leftDay < 1) { if (leftDay < 1) {
timeResule = (leftDay * 24).toFixed(0) + '小时前' timeResule = (leftDay * 24).toFixed(0) + '小时前'
} else { } else {
timeResule = letDay.toFixed(0) + '天前' timeResule = leftDay.toFixed(0) + '天前'
} }
} else { } else {
timeResule = `${creatTime.substring(5, 7)}${creatTime.substring(8, 10)}${creatTime.substring(11, 16)}` timeResule = `${creatTime.substring(5, 7)}${creatTime.substring(8, 10)}${creatTime.substring(11, 16)}`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment