Browse Source

线路月份fix

master
jiazhipeng 1 year ago
parent
commit
310cfb26c8
  1. 2
      app.js
  2. 2
      pages/order/road/index.wxml

2
app.js

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

2
pages/order/road/index.wxml

@ -2,7 +2,7 @@
<title title="预订选择"></title>
<view class="date-all-box">
<view class="month-box">
<view bindtap="changeMonth" data-index="{{index}}" class="month-item{{monthIndex==index?' active':''}}" wx:for="{{month}}">{{item}}月</view>
<view bindtap="changeMonth" data-index="{{index}}" class="month-item{{monthIndex==index?' active':''}}" wx:for="{{month}}">{{item==0?'12':item}}月</view>
<!-- <view class="month-item">12月</view> -->
</view>
<view class="day-header">

Loading…
Cancel
Save