From 85511605634d00e5941b6459ab638cb8c7346959 Mon Sep 17 00:00:00 2001 From: liuweiwen <“529520975@qq.com> Date: Tue, 3 Dec 2019 20:38:21 +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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Application/Home/View/default/Home/landingPage.html b/Application/Home/View/default/Home/landingPage.html index 2164397d8..a3c1411d6 100644 --- a/Application/Home/View/default/Home/landingPage.html +++ b/Application/Home/View/default/Home/landingPage.html @@ -303,12 +303,10 @@ alert(222); isTipSafari = true; //$('.safari').show(); - } else if(ua.match(/aliapp/i) == "aliapp") { + } else if(ua.match(/dingtalk/i) == "dingtalk") { alert(ua); isTipSafari = true; //$('.safari').show(); - } else if (navigator.userAgent.indexOf('UCBrowser') > -1) { - } return isTipSafari; }