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