You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
3.0 KiB

3 years ago
<view class="list_event">
3 years ago
<view style="padding: 32rpx;">
<view class="text">
<!-- <van-cell title="展示弹出层" is-link bind:click="showPopup" />
3 years ago
<van-popup show="{{ show }}" bind:close="onClose">
<view class="popup">
<van-datetime-picker type="year-month" value="{{ currentDate }}" min-date="{{ minDate }}" bind:input="onInput" />
</view>
</van-popup> -->
3 years ago
<<<<<<< HEAD
3 years ago
<!-- 底部 -->
<view class="section" style="padding:20rpx">
3 years ago
<picker mode="date" value="{{date}}" start="1800-01-01" end="{{end}}" bindchange="bindDateChange">
3 years ago
<view class="picker">
{{date}}
</view>
</picker>
<van-icon name="arrow-down" style="color:#0084FF" />
</view>
<view class="line">——</view>
<view class="section" style="padding:20rpx">
3 years ago
<picker mode="date" value="{{date2}}" start="2000-01-01" end="{{end}}" bindchange="bindDateChange2">
3 years ago
<view class="picker">
{{date2}}
</view>
</picker> <van-icon name="arrow-down" style="color:#0084FF"/>
</view>
<!-- <van-cell bindtap="start"></van-cell>
3 years ago
=======
3 years ago
<!-- 底部 -->
<view class="section" style="padding:20rpx">
<picker mode="date" value="{{date}}" start="1800-01-01" end="2022-12-30" bindchange="bindDateChange">
<view class="picker">
{{date}}
</view>
</picker>
<van-icon name="arrow-down" style="color:#0084FF" />
</view>
<view class="line">——</view>
<view class="section" style="padding:20rpx">
<picker mode="date" value="{{date2}}" start="1800-01-01" end="2022-12-30" bindchange="bindDateChange2">
<view class="picker">
{{date2}}
</view>
</picker>
<van-icon name="arrow-down" style="color:#0084FF" />
</view>
<!-- <van-cell bindtap="start"></van-cell>
3 years ago
>>>>>>> eb3071f41e1545e25ea0b7c1fcd74a1245d2b39b
3 years ago
<view >——</view>
<van-cell bindtap="end"></van-cell> -->
3 years ago
</view>
3 years ago
</view>
3 years ago
<view class="ranking">
<view class="title">时间</view>
<view class="title">销量(辆)</view>
<view class="title2">在售品牌份额(%)</view>
</view>
<view class="ranks" wx:for="{{ranking}}" wx:key="index" data-ranking='{{item}}'>
<view style="display: flex;">
3 years ago
<view class="time_text" style="width: 30%;"> {{item.time}}</view>
<view class="media_text" style="width: 30%;">{{item.vehicle}}</view>
3 years ago
<view style="width: 30%;">
<view class="volume">{{item.share}}</view>
<view class="trend">
<view>详细销量</view>
</view>
</view>
</view>
</view>
</view>
<!-- </view> -->