diff --git a/app.js b/app.js index 55b54d0..0047efc 100644 --- a/app.js +++ b/app.js @@ -3,5 +3,7 @@ App({ onLaunch: function () { checkLogin(); + checkLogin(); + checkLogin(); } });