From afb36c0690e290a2df682de38f3cdbea7628f504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=B7=E6=B4=8B=E4=B9=8B=E5=A3=B0?= Date: Thu, 11 Oct 2018 11:32:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E6=B8=B8=E6=88=8F=E5=85=A5=E5=8F=A3?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/game/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/game/index.js b/pages/game/index.js index 7998e45..526fb76 100644 --- a/pages/game/index.js +++ b/pages/game/index.js @@ -2,12 +2,12 @@ let app = getApp(); Page({ data: { token:'', - url:'https://mp.weixin.qq.com/' + url:'http://10.11.195.31:8080/luckCard/' }, onLoad() { - console.log("https://mp.weixin.qq.com/?token="+app.globalData.token,222) + console.log("http://10.11.195.31:8080/luckCard?token="+app.globalData.token) this.setData({ - url:"https://mp.weixin.qq.com/"+app.globalData.token + url:"http://10.11.195.31:8080/luckCard?token="+app.globalData.token }); } }); \ No newline at end of file