Commit bcaa3d19 by dabai

footseen 安卓

parent 4c012508
Showing with 15 additions and 17 deletions
......@@ -134,23 +134,21 @@
}
} else {
copyText(JSON.stringify(data));
setTimeout(function(){
new OpenInstall({
appKey: "tsy5ov",
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);
},500)
// setTimeout(function(){
// new OpenInstall({
// appKey: "tsy5ov",
// 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();
// m.wakeupOrInstall();
// return false;
// }
// }, data);
// },500)
}
})
$('.topUp').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