From e70bbece0026b9396c99711b93f0932e9ac79b14 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Fri, 22 Mar 2019 14:05:21 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=A6=96=E9=A1=B5][=E4=BF=AE=E6=94=B9]:[?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=B8=B8=E6=88=8F=E6=A3=80=E6=9F=A5=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E6=9C=89=E6=B8=B8=E6=88=8F]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/main/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {} })