Commit 0ad13c9e by fengzhaoyu

修改拼写错误

parent bd46d5c7
......@@ -134,7 +134,7 @@ export function getCreateShowTime(createdTime) {
if (leftDay < 1) {
timeResule = (leftDay * 24).toFixed(0) + '小时前'
} else {
timeResule = letDay.toFixed(0) + '天前'
timeResule = leftDay.toFixed(0) + '天前'
}
} else {
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