Commit e6fec4c1 by dabai

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

parent b62654c1
Showing with 1 additions and 16 deletions
...@@ -193,22 +193,7 @@ ...@@ -193,22 +193,7 @@
}) })
$(".googleDown").on("click", function () { $(".googleDown").on("click", function () {
new OpenInstall({ window.location.href = 'https://play.google.com/store/apps/details?id=com.footseen.live&hl=en_US&gl=US';
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 () {
window.location.href="apk"; window.location.href="apk";
......
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