|
|
@ -2,7 +2,7 @@ |
|
|
<title title="预订选择"></title> |
|
|
<title title="预订选择"></title> |
|
|
<view class="date-all-box"> |
|
|
<view class="date-all-box"> |
|
|
<view class="month-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 class="month-item">12月</view> --> |
|
|
</view> |
|
|
</view> |
|
|
<view class="day-header"> |
|
|
<view class="day-header"> |
|
|
|