From 161e2cbddb3c2a151489cd52f1f22bdfd64920e4 Mon Sep 17 00:00:00 2001 From: zhl Date: Tue, 26 Mar 2019 13:12:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E5=90=84?= =?UTF-8?q?=E6=9D=BF=E5=9D=97=E7=9A=84=E8=83=8C=E6=99=AF=E8=89=B2=E5=92=8C?= =?UTF-8?q?=E9=97=B4=E9=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/global.js | 1 + src/components/recent-game.wpy | 38 +++++++++++++++++++++++++++------- src/pages/index.wpy | 10 +++++---- src/style/game-cell.wxss | 8 +++---- src/style/index.wxss | 30 +++++++++++++++++++++++++-- 5 files changed, 69 insertions(+), 18 deletions(-) diff --git a/src/common/global.js b/src/common/global.js index 186523b..0616bf1 100644 --- a/src/common/global.js +++ b/src/common/global.js @@ -1,6 +1,7 @@ const env = 'test'; //product, test export default { env: env, + // apiBase: env === 'test'? 'http://192.168.100.226' : 'https://ghost.kingsome.cn', apiBase: env === 'test'? 'https://ghost-test.kingsome.cn' : 'https://ghost.kingsome.cn', cdnBase: 'https://h5games-al.kingsome.cn/emulator-static/', version: '1.0.0', diff --git a/src/components/recent-game.wpy b/src/components/recent-game.wpy index 93191ea..5594e66 100644 --- a/src/components/recent-game.wpy +++ b/src/components/recent-game.wpy @@ -1,5 +1,9 @@