fix: eslint cdoe
This commit is contained in:
parent
231fa139f1
commit
3a693c61e3
@ -22,7 +22,7 @@
|
||||
|
||||
<script>
|
||||
import AccessNumber from './Valine/AccessNumber'
|
||||
//引入时间格式化js文件
|
||||
// 引入时间格式化js文件
|
||||
import { fromatDateTime } from '@theme/util/formatDate.js'
|
||||
|
||||
export default {
|
||||
@ -65,9 +65,8 @@ export default {
|
||||
const m = Number(value.substr(14, 2))
|
||||
const s = Number(value.substr(17, 2))
|
||||
// 判断时分秒是不是 00:00:00 (如果是用户手动输入的00:00:00也会不显示)
|
||||
// 时分秒有一个> 0 就说明用户输入一个非 00:00:00 的时分秒
|
||||
if (h > 0 || m > 0 || s > 0) {
|
||||
|
||||
// 时分秒有一个> 0 就说明用户输入一个非 00:00:00 的时分秒
|
||||
return fromatDateTime(value)
|
||||
} else {
|
||||
// 用户没有输入或者输入了 00:00:00
|
||||
|
4
index.js
4
index.js
@ -39,8 +39,8 @@ module.exports = (options, ctx) => ({
|
||||
path: '/categories/',
|
||||
layout: 'Categories',
|
||||
scopeLayout: 'Category'
|
||||
},
|
||||
],
|
||||
}
|
||||
]
|
||||
}],
|
||||
'@vuepress/search',
|
||||
'@vuepress/plugin-nprogress',
|
||||
|
@ -1,4 +1,4 @@
|
||||
/**
|
||||
/**
|
||||
* 时间格式化的方法
|
||||
* 创建时间:2019-10-08
|
||||
* 作者:刘晓北
|
||||
|
Loading…
Reference in New Issue
Block a user