From 5e61199961048e54a6efe8b950b6032a388dc88f Mon Sep 17 00:00:00 2001 From: shaojing <2901156235@qq.com> Date: Mon, 5 Aug 2024 16:20:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E6=97=A5=E6=B8=B8=E4=B8=8B=E5=8D=95?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E5=B1=95=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- pages/order/road/index.wxss | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index ae5b71b..d692356 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.isTest137? true : false; + data.isTest = data.isTest138? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件 diff --git a/pages/order/road/index.wxss b/pages/order/road/index.wxss index 6a6b500..20475f7 100644 --- a/pages/order/road/index.wxss +++ b/pages/order/road/index.wxss @@ -43,7 +43,8 @@ page { margin-bottom: 50rpx; } .day-header-item,.day-item { - width: calc(702rpx / 7); + width: calc(692rpx / 7); + /* width: calc(702rpx / 7); */ text-align: center; flex-shrink: 0; }