From a4c665c4d7041b6e68f61808dce91b2fdc9a1d85 Mon Sep 17 00:00:00 2001 From: shaojing <2901156235@qq.com> Date: Mon, 20 May 2024 16:58:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=87=E6=9C=9F=E6=B4=BB=E5=8A=A8=E9=81=AE?= =?UTF-8?q?=E7=BD=A9=E5=B1=82=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- pages/list/activitynew/index.wxss | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index d27cb79..99fcdd3 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.isTest114? true : false; + data.isTest = data.isTest115? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件 diff --git a/pages/list/activitynew/index.wxss b/pages/list/activitynew/index.wxss index 80dc266..3a6de75 100644 --- a/pages/list/activitynew/index.wxss +++ b/pages/list/activitynew/index.wxss @@ -205,7 +205,9 @@ background: rgba(11, 137, 142, .1); } .end-mask { position: absolute; - right: 30rpx; + /* 产品需求24/5/20 已结束就是盖在图片上,按此需求调整 */ + left: 22rpx; + /* right: 30rpx; */ /* top: 27rpx; */ text-align: center; width: 320rpx;