update code

pull/1314/head
sight 2023-08-07 08:53:15 +08:00
parent ba806543a5
commit 2d5529cbe6
1 changed files with 0 additions and 1 deletions

View File

@ -132,7 +132,6 @@ layui.use(['util', 'layer'], function(){
// 转换日期格式
var timer = null
if (timer) clearInterval(timer)
var toDateString = function (format) {
var dateString = util.toDateString(new Date(), format);
$('#test3').html(dateString)