diff --git a/app.js b/app.js index 673d61a..aeb3fd1 100644 --- a/app.js +++ b/app.js @@ -21,7 +21,7 @@ App({ unique_key: "wechatxcx" }).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest145? true : false; + data.isTest = data.isTest146? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件 diff --git a/pages/info/postProductInfo/index.wxss b/pages/info/postProductInfo/index.wxss index c910a2c..4aedf61 100644 --- a/pages/info/postProductInfo/index.wxss +++ b/pages/info/postProductInfo/index.wxss @@ -530,6 +530,7 @@ page { text-align: center; flex-wrap: wrap; margin-bottom: 20rpx; + justify-content: space-between; } .sku-name-item { @@ -541,6 +542,8 @@ page { margin-bottom: 25rpx; margin-right: 30rpx; max-width: 100%; + padding: 0 15rpx; + min-width: 270rpx; } .sku-name-item:nth-child(2n) {