diff --git a/app.js b/app.js index a80c018..7acd514 100644 --- a/app.js +++ b/app.js @@ -22,7 +22,7 @@ App({ unique_key: "wechatxcx" }).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest49?true:false; + data.isTest = data.isTest50?true:false; this.globalData.configJson = data }) diff --git a/pages/index/index.wxml b/pages/index/index.wxml index 5be2ee0..cfbcb92 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -155,8 +155,8 @@ - - + + 非遗鉴赏 {{item.title}} diff --git a/pages/info/postProductInfo/index.wxss b/pages/info/postProductInfo/index.wxss index 5896343..23dd449 100644 --- a/pages/info/postProductInfo/index.wxss +++ b/pages/info/postProductInfo/index.wxss @@ -20,7 +20,7 @@ page { background: white; position: relative; z-index: 1; - margin-top: -60rpx; + margin-top: -20rpx; padding: 20rpx 40rpx; }