Commit 7f7081b1 by libai

测试

parents f8340a59 42d3ff91
Showing with 4 additions and 1 deletions
......@@ -131,7 +131,10 @@
window.location.href = 'itms-services://?action=download-manifest&url=https://app.ixiulive.com/mitaozhibo-resigned.plist';
})
$(".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();
new OpenInstall({
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