Commit 8e94da75 by agan

修改

parent 7029e09e
......@@ -11,7 +11,7 @@
gtag('config', 'G-76NDGHTQCP');
</script>
<script src="../js/buriedPoint.js?v=202206161601"></script>
<script src="../js/buriedPoint.js?v=202206161602"></script>
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
......
......@@ -44,7 +44,11 @@ function clickDownload(callback) {
lang: 2
},
success: function (res) {
var mResult = JSON.parse(res);
if (typeof res == 'string') {
var mResult = JSON.parse(res);
} else {
var mResult = res;
}
callback && callback(mResult.result);
}
})
......
......@@ -13,7 +13,7 @@
gtag('config', 'G-76NDGHTQCP');
</script>
<script src="lib/jquery-3.1.1.min.js"></script>
<script src="js/buriedPoint.js?v=202206161601"></script>
<script src="js/buriedPoint.js?v=202206161602"></script>
<script>
//获取icid
var _url = "https://webserver.yabolive.net";
......
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