|
|
@@ -103,14 +103,14 @@
|
|
103
|
103
|
}
|
|
104
|
104
|
function btn(){
|
|
105
|
105
|
var ua = window.navigator.userAgent.toLowerCase();
|
|
106
|
|
- var UA=navigator.userAgent.toUpperCase();
|
|
|
106
|
+ // var UA=navigator.userAgent.toUpperCase();
|
|
107
|
107
|
//判断是不是微信
|
|
108
|
108
|
if (ua.match(/MicroMessenger/i) == "micromessenger") {
|
|
109
|
109
|
|
|
110
|
110
|
}
|
|
111
|
111
|
//判断是不是支付宝
|
|
112
|
112
|
if (ua.match(/AlipayClient/i) == "alipayclient") {
|
|
113
|
|
- location.replace("https://app.bjtdba.com/share/download.html")
|
|
|
113
|
+ location.replace("https://test.bjtdba.com/share/download.html")
|
|
114
|
114
|
// //如果是安卓浏览器(自带浏览器、UA浏览器、QQ浏览器等)
|
|
115
|
115
|
// if(UA.indexOf("ANDROID")!=-1){
|
|
116
|
116
|
// //创建iframe
|