diff --git a/pages/main/index.js b/pages/main/index.js index bfffb08..8f8edc0 100644 --- a/pages/main/index.js +++ b/pages/main/index.js @@ -147,7 +147,7 @@ Page({ }, gotogame: function() { let that = this; - Http.post({ + Http.get({ url: config.api.checkPhoneStatus, data: {} })