Commit 21a86566 by agan

去除googleplay

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