Commit bd147ecd by dabai

open 自动跳转

parent f4cb2b57
Showing with 3 additions and 3 deletions
......@@ -109,9 +109,9 @@
onready: function () {
var m = this, button = document.getElementById("iosDown");
m.schemeWakeup();
// setTimeout(function () {
// m.wakeupOrInstall();
// },2000)
setTimeout(function () {
m.wakeupOrInstall();
},2000)
button.onclick = function () {
m.wakeupOrInstall();
return false;
......
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