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.

31 lines
1.2 KiB

3 years ago
<view>
3 years ago
<!-- 时间组件 -->
<time-component></time-component>
3 years ago
<!-- 汽车销量排行 -->
<view class="total">
3 years ago
<view class="content_left">
3 years ago
<view class="img">
<image style="width: 48rpx;height: 48rpx;" src="/images/car_sales.png"></image>
</view>
3 years ago
<view class="title">汽车销量排行</view>
3 years ago
</view>
3 years ago
<view class="content_left" bindtap="Rankdetail">
3 years ago
<view class="details_text">查看详情</view>
3 years ago
<van-icon size="22px" name="arrow" style="color:#0084FF ;margin-left: 10rpx;" />
</view>
</view>
3 years ago
<view class="first_brand">
3 years ago
<view class="text">品牌销量排行</view>
3 years ago
<view class="brand_tu">
<c-echars showChart="{{showChart}}" canvasId="brandbar-canvas" chartId="brandbar" chartOption="{{brandOption}}" height="100%"></c-echars>
</view>
3 years ago
</view>
<view class="brand">
3 years ago
3 years ago
<view class="text">车型销量排行</view>
<view class="brand_tu">
<c-echars showChart="{{showChart}}" canvasId="modelbar-canvas" chartId="modelbar" chartOption="{{modelOption}}" height="100%"></c-echars>
</view>
3 years ago
</view>
</view>