//判断是安卓还是ios打开页面
at.href=" itms-apps://itunes.apple.com/app/id1216000167"
} else if (/android/.test(ua)) {
at.href="http://h5.tuhuale.com/apk/arsxh.apk"
}
var at=document.getElementById('at');
var ua = navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {at.href=" itms-apps://itunes.apple.com/app/id1216000167"
} else if (/android/.test(ua)) {
at.href="http://h5.tuhuale.com/apk/arsxh.apk"
}