Commit 21a86566 by agan

去除googleplay

parent 9864e93c
Showing with 16 additions and 16 deletions
......@@ -81,23 +81,23 @@
if (location.pathname == '/') {
var data = { 'icid': 'ftsgp' };
window.location.href = "apk";
layer.open({
type: 1,
title: false,
shadeClose: true,
area: ["7.2rem", "6.98rem"],
content: $(".layer-box"),
})
$(".googleDown").on("click", function () {
copyText('footseen#ftsgp');
setTimeout(function () {
window.location.href = 'https://play.google.com/store/apps/details?id=com.footseen.club';
}, 1000)
// layer.open({
// type: 1,
// title: false,
// shadeClose: true,
// area: ["7.2rem", "6.98rem"],
// content: $(".layer-box"),
// })
// $(".googleDown").on("click", function () {
// copyText('footseen#ftsgp');
// setTimeout(function () {
// window.location.href = 'https://play.google.com/store/apps/details?id=com.footseen.club?id=com.footseen.live&hl=en_US&gl=US';
// }, 1000)
})
$(".apkDown").on("click", function () {
window.location.href = "apk";
})
// })
// $(".apkDown").on("click", function () {
// window.location.href = "apk";
// })
} else {
gtag('event', 'conversion', {
......
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