Browse Source

一日游下单日期展示问题

master
shaojing 2 years ago
parent
commit
5e61199961
  1. 2
      app.js
  2. 3
      pages/order/road/index.wxss

2
app.js

@ -21,7 +21,7 @@ App({
unique_key: "wechatxcx" unique_key: "wechatxcx"
}).then(res => { }).then(res => {
let data = JSON.parse(res.data); let data = JSON.parse(res.data);
data.isTest = data.isTest137? true : false; data.isTest = data.isTest138? true : false;
this.globalData.configJson = data this.globalData.configJson = data
}).then(() => { }).then(() => {
// 获取ui配置文件 // 获取ui配置文件

3
pages/order/road/index.wxss

@ -43,7 +43,8 @@ page {
margin-bottom: 50rpx; margin-bottom: 50rpx;
} }
.day-header-item,.day-item { .day-header-item,.day-item {
width: calc(702rpx / 7); width: calc(692rpx / 7);
/* width: calc(702rpx / 7); */
text-align: center; text-align: center;
flex-shrink: 0; flex-shrink: 0;
} }

Loading…
Cancel
Save