Commit b62654c1 by dabai

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

parent 4d5a2406
Showing with 18 additions and 15 deletions
......@@ -159,21 +159,24 @@ ga('clientTracker.send', 'pageview');
})
$(".googleDown").on("click", function () {
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(){
m.wakeupOrInstall();
return false;
},1000)
}
}, data);
setTimeout(function(){
window.location.href = 'https://play.google.com/store/apps/details?id=com.footseen.live&hl=en_US&gl=US';
},1000)
// 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(){
// m.wakeupOrInstall();
// return false;
// },1000)
// }
// }, data);
})
$(".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