From 3b0c5f00bf76264d72d078aa14b0d9c25dd3919b Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 21 Mar 2019 17:18:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=8C=89=E9=92=AEprimary?= =?UTF-8?q?=E7=9A=84=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/global.js | 2 +- src/components/recent-game.wpy | 2 +- src/style/zanui/btn.wxss | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/global.js b/src/common/global.js index 186523b..a42f73a 100644 --- a/src/common/global.js +++ b/src/common/global.js @@ -1,7 +1,7 @@ const env = 'test'; //product, test export default { env: env, - apiBase: env === 'test'? 'https://ghost-test.kingsome.cn' : 'https://ghost.kingsome.cn', + apiBase: env === 'test'? 'http://192.168.100.228' : 'https://ghost.kingsome.cn', cdnBase: 'https://h5games-al.kingsome.cn/emulator-static/', version: '1.0.0', gameTypes: ['射击','格斗', '角色扮演','动作角色扮演', diff --git a/src/components/recent-game.wpy b/src/components/recent-game.wpy index 25afcb1..c34cf99 100644 --- a/src/components/recent-game.wpy +++ b/src/components/recent-game.wpy @@ -40,7 +40,7 @@ - + diff --git a/src/style/zanui/btn.wxss b/src/style/zanui/btn.wxss index 7e945c8..0a3b263 100644 --- a/src/style/zanui/btn.wxss +++ b/src/style/zanui/btn.wxss @@ -25,7 +25,7 @@ /* type */ .zan-btn--primary { color: #fff; - background-color: #4b0; + background-color: #179B16; border-color: #0a0; } @@ -73,7 +73,7 @@ background-color: transparent; } .zan-btn--plain.zan-btn--primary { - color: #06BF04; + color: #179B16; } .zan-btn--plain.zan-btn--warn { color: #FF6600;