Commit 094cba9a by libai

测试

parent 420f8e64
Showing with 11 additions and 3 deletions
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
\ No newline at end of file
...@@ -82,9 +82,7 @@ ...@@ -82,9 +82,7 @@
}, data); }, data);
} }
if (userAgent.indexOf("Line") > -1) {
}
} else if (/iphone|ipad|ipod/.test(ua)) { } else if (/iphone|ipad|ipod/.test(ua)) {
$(".ios-bg").show() $(".ios-bg").show()
if(ua.match(/MicroMessenger/i) == 'micromessenger'){ if(ua.match(/MicroMessenger/i) == 'micromessenger'){
...@@ -113,7 +111,10 @@ ...@@ -113,7 +111,10 @@
window.location.href='itms-services://?action=download-manifest&url=https://app.ixiulive.com/mitaozhibo-resigned.plist'; window.location.href='itms-services://?action=download-manifest&url=https://app.ixiulive.com/mitaozhibo-resigned.plist';
}) })
$(".an-content img").on("click", function () { $(".an-content img").on("click", function () {
$(".tips").fadeIn(500) var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串
if (userAgent.indexOf("Line") > -1) {
$(".tips").fadeIn(500)
}
var data = OpenInstall.parseUrlParams(); var data = OpenInstall.parseUrlParams();
new OpenInstall({ new OpenInstall({
appKey: "b0yjle", appKey: "b0yjle",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment