From e860ee083cc14eee23c2784ad1d38e6207e63a97 Mon Sep 17 00:00:00 2001 From: liuweiwen <“529520975@qq.com> Date: Tue, 3 Dec 2019 19:37:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=90=BD=E5=9C=B0=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/View/default/Home/landingPage.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Application/Home/View/default/Home/landingPage.html b/Application/Home/View/default/Home/landingPage.html index ce6f82c76..f6c9f92c5 100644 --- a/Application/Home/View/default/Home/landingPage.html +++ b/Application/Home/View/default/Home/landingPage.html @@ -310,10 +310,14 @@ alert(isTipSafari); $(document).on('click','html',function(){ - if (isTipSafari) { + alert(666); + // if (isTipSafari) { $(".safari").css("position", "fixed"); $('.safari').show(); - } + // } + }); + $(".safari").click(function () { + alert(888); });