Commit b62654c1 by dabai

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

parent 4d5a2406
Showing with 16 additions and 13 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({
appKey: "dzxj4c",
preferWakeup: true,
mask: function () {
return '<div id="openinstall_shadow" class="shadow-img"><img src="images/share-img.png" alt=""></div>'
},
onready: function () {
var m = this, button = document.getElementById("iosDown");
m.schemeWakeup();
setTimeout(function(){ setTimeout(function(){
m.wakeupOrInstall(); window.location.href = 'https://play.google.com/store/apps/details?id=com.footseen.live&hl=en_US&gl=US';
return false;
},1000) },1000)
} // new OpenInstall({
}, data); // appKey: "dzxj4c",
// preferWakeup: true,
// mask: function () {
// return '<div id="openinstall_shadow" class="shadow-img"><img src="images/share-img.png" alt=""></div>'
// },
// onready: function () {
// var m = this, button = document.getElementById("iosDown");
// m.schemeWakeup();
// setTimeout(function(){
// m.wakeupOrInstall();
// 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