Commit b62654c1 by dabai

安卓下载 google 修改为链接跳转

parent 4d5a2406
Showing with 18 additions and 15 deletions
...@@ -159,21 +159,24 @@ ga('clientTracker.send', 'pageview'); ...@@ -159,21 +159,24 @@ ga('clientTracker.send', 'pageview');
}) })
$(".googleDown").on("click", function () { $(".googleDown").on("click", function () {
copyText('footseen#ftsgp'); copyText('footseen#ftsgp');
new OpenInstall({ setTimeout(function(){
appKey: "dzxj4c", window.location.href = 'https://play.google.com/store/apps/details?id=com.footseen.live&hl=en_US&gl=US';
preferWakeup: true, },1000)
mask: function () { // new OpenInstall({
return '<div id="openinstall_shadow" class="shadow-img"><img src="images/share-img.png" alt=""></div>' // appKey: "dzxj4c",
}, // preferWakeup: true,
onready: function () { // mask: function () {
var m = this, button = document.getElementById("iosDown"); // return '<div id="openinstall_shadow" class="shadow-img"><img src="images/share-img.png" alt=""></div>'
m.schemeWakeup(); // },
setTimeout(function(){ // onready: function () {
m.wakeupOrInstall(); // var m = this, button = document.getElementById("iosDown");
return false; // m.schemeWakeup();
},1000) // setTimeout(function(){
} // m.wakeupOrInstall();
}, data); // return false;
// },1000)
// }
// }, data);
}) })
$(".apkDown").on("click", function () { $(".apkDown").on("click", function () {
......
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