From e5025f25835ce327515066232f7aac396cdbc36c Mon Sep 17 00:00:00 2001 From: bobi Date: Sat, 25 Aug 2018 11:40:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E5=9B=9E=E5=88=B0=E9=A1=B6?= =?UTF-8?q?=E9=83=A8=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- welcome.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/welcome.html b/welcome.html index 61c803a..7616367 100644 --- a/welcome.html +++ b/welcome.html @@ -244,6 +244,11 @@ */ var weekday = "星期" + "日一二三四五六".charAt(new Date().getDay()); document.getElementById("weekday").innerHTML = weekday; + + layui.use('util', function () { + var util = layui.util; + util.fixbar({}); + });