...
|
...
|
@@ -57,7 +57,7 @@ |
|
|
</view>
|
|
|
<view class="time-box">
|
|
|
<text class="time-title">时间</text>
|
|
|
<picker mode='date' bindchange="bindDateChange" value='{{date}}' end='{{today}}' start="{{start_date}}">
|
|
|
<picker mode='date' bindchange="bindDateChange" value='{{date}}' end='2021-12-31' start="{{start_date}}">
|
|
|
<view class='select'>
|
|
|
<view class="picker">{{month}}
|
|
|
<text class="iconfont icon-xiangxia min-icon"></text>
|
...
|
...
|
|