|
|
|
@ -4,14 +4,16 @@
|
|
|
|
|
<view class="vehicletype" wx:if="{{active === 0}}">
|
|
|
|
|
<scroll-view scroll-x="{{true}}" style="white-space: nowrap;height: 80rpx; width: 100%;background: #ffffff;">
|
|
|
|
|
<view class="top" bindtap="all">
|
|
|
|
|
<view class="box_title1">全部</view>
|
|
|
|
|
<view class="box_title">
|
|
|
|
|
<view class="{{boxSize}}">全部</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="top">
|
|
|
|
|
<view class="box_title">
|
|
|
|
|
<picker mode="date" header-text="选择时间" fields="month" value="{{date}}" bindchange="bindDateChange">
|
|
|
|
|
<view class="font30">
|
|
|
|
|
<view class="{{boxSize1}}">
|
|
|
|
|
<!-- <text class="color3">填报时间:</text> -->
|
|
|
|
|
<text class="color6">{{date}}</text>
|
|
|
|
|
<text>{{date}}</text>
|
|
|
|
|
<text class="timeIcon">▼</text>
|
|
|
|
|
</view>
|
|
|
|
|
</picker>
|
|
|
|
|