From 7125a118224b5e1507de5b64695ac2c8abe29567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Mon, 21 Jun 2021 13:53:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/common/main.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/static/js/common/main.js b/static/js/common/main.js index 8a696c0..caa087b 100644 --- a/static/js/common/main.js +++ b/static/js/common/main.js @@ -102,18 +102,18 @@ require(["jquery", "nprogress"], function ($, nprogress) { require(["jquery", "Tools","addressApi"], function ($, Tools) { var tools = new Tools(); - document.getElementById('dress').onmouseover = function(){ - document.getElementById('dressList').style.display = 'block'; - }; - document.getElementById('dressList').onmouseover = function(){ - document.getElementById('dressList').style.display = 'block'; - }; - document.getElementById('dress').onmouseout = function(){ - document.getElementById('dressList').style.display = 'none'; - }; - document.getElementById('dressList').onmouseout = function(){ - document.getElementById('dressList').style.display = 'none'; - }; + // document.getElementById('dress').onmouseover = function(){ + // document.getElementById('dressList').style.display = 'block'; + // }; + // document.getElementById('dressList').onmouseover = function(){ + // document.getElementById('dressList').style.display = 'block'; + // }; + // document.getElementById('dress').onmouseout = function(){ + // document.getElementById('dressList').style.display = 'none'; + // }; + // document.getElementById('dressList').onmouseout = function(){ + // document.getElementById('dressList').style.display = 'none'; + // }; if(tools.getCookie('Admin-Token') != ''){ document.getElementById('userInfo').style.display = 'block'; document.getElementById('userLogin').style.display = 'none';