$(document).ready(function(){ var store_url = "https://app.appsflyer.com/id1121598982?pid=tencenttui-zhiqu&c=tencenttui-zhiqu01"; if(typeof download_url != 'undefined' && download_url!=""){ store_url = download_url; } $("#download-stage").click(function(){ window.location.href=store_url; }); }); function isWeiXin(){ var ua = window.navigator.userAgent.toLowerCase(); if(ua.match(/MicroMessenger/i) == 'micromessenger'){ return true; }else{ return false; } } function isIOS(){ var u = navigator.userAgent; return !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); }