From 97950a73cd19c517e7e2d0ad3df0034d84c2fad9 Mon Sep 17 00:00:00 2001 From: chenkainan Date: Tue, 3 Jan 2023 11:09:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=91=E6=9C=9F=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- pages/index/index.wxml | 13 +++++++++---- pages/info/postProductInfo/index.wxss | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) 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; }