Commit bcaa3d19 by dabai

footseen 安卓

parent 4c012508
Showing with 15 additions and 17 deletions
...@@ -134,23 +134,21 @@ ...@@ -134,23 +134,21 @@
} }
} else { } else {
copyText(JSON.stringify(data)); copyText(JSON.stringify(data));
setTimeout(function(){ // setTimeout(function(){
new OpenInstall({ // new OpenInstall({
appKey: "tsy5ov", // appKey: "tsy5ov",
preferWakeup: true, // preferWakeup: true,
mask: function () { // mask: function () {
return '<div id="openinstall_shadow" class="shadow-img"><img src="images/share-img.png" alt=""></div>' // return '<div id="openinstall_shadow" class="shadow-img"><img src="images/share-img.png" alt=""></div>'
}, // },
onready: function () { // onready: function () {
var m = this, button = document.getElementById("iosDown"); // var m = this, button = document.getElementById("iosDown");
m.schemeWakeup(); // m.schemeWakeup();
setTimeout(function(){ // m.wakeupOrInstall();
m.wakeupOrInstall(); // return false;
return false; // }
},1000) // }, data);
} // },500)
}, data);
},500)
} }
}) })
$('.topUp').on('click',function(){ $('.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