diff --git a/src/common/global.js b/src/common/global.js index 1a81912..76e97db 100644 --- a/src/common/global.js +++ b/src/common/global.js @@ -1,7 +1,7 @@ -const env = 'product'; //product, test +const env = 'test'; //product, test export default { env: env, - // apiBase: env === 'test'? 'http://192.168.100.226' : 'https://ghost.kingsome.cn', + // apiBase: env === 'test'? 'http://192.168.100.232' : '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/grid-cell.wpy b/src/components/grid-cell.wpy index fb4e7fe..de161d3 100644 --- a/src/components/grid-cell.wpy +++ b/src/components/grid-cell.wpy @@ -19,7 +19,7 @@ } .grid-cell-item .item-image{ width: 100%; - height: 300rpx; + height: 332rpx; position: relative; } .grid-cell-item .bigstar{