Commit 2908d3a1 by agan

提交

parent 0676afa0
Showing with 6 additions and 13 deletions
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="renderer" content="webkit"> <meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<meta content="telephone=no" name="format-detection"> <meta content="telephone=no" name="format-detection">
<script src="https://www.footseen.com/js/fsize.js"></script> <script src="https://www.footseen.com/js/fsize.js"></script>
<script src="https://www.footseen.com/js/jquery-3.1.1.min.js"></script> <script src="https://www.footseen.com/js/jquery-3.1.1.min.js"></script>
<script src="../js/buriedPoint.js"></script> <script src="../js/buriedPoint.js"></script>
<script> <script>
var _url = "https://webserver.yabolive.net" var _url = "https://webserver.yabolive.net"
viewPage(); viewPage();
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
</div> </div>
<div class="apkDown"><img src="https://www.footseen.com/img/andorid.png" /><span>APK</span></div> <div class="apkDown"><img src="https://www.footseen.com/img/andorid.png" /><span>APK</span></div>
</div> </div>
</div> </div>
</body> </body>
...@@ -80,19 +80,12 @@ ...@@ -80,19 +80,12 @@
// }) // })
} else { } else {
gtag('event', 'conversion', { setTimeout(function () {
'send_to': 'AW-678006312/kqI0CJCE-7gBEKicpsMC', window.location.href = 'apk';
'event_callback': gtag_report_conversion('apk') }, 500)
});
} }
}) })
function gtag_report_conversion(url) {
setTimeout(function () {
window.location.href = 'apk';
}, 500)
}
$('.topUp').on('click', function () { $('.topUp').on('click', function () {
window.location.href = 'https://www.footseen.com/footseen/phonepay/applepay.html?lang=' + sessionStorage.lang + '&gofrom=web&cidStr=h5_footseengw'; window.location.href = 'https://www.footseen.com/footseen/phonepay/applepay.html?lang=' + sessionStorage.lang + '&gofrom=web&cidStr=h5_footseengw';
}) })
......
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