parent
0fa8d2f955
commit
bed36694ff
@ -1,27 +1,31 @@
|
||||
<view>
|
||||
<!-- 时间组件 -->
|
||||
<time-component></time-component>
|
||||
|
||||
<view class="brand">
|
||||
<view class="total">
|
||||
<!-- 汽车销量排行 -->
|
||||
<view class="total">
|
||||
<view class="content_left">
|
||||
<view class="total_img">
|
||||
<image style="width: 28rpx;height: 28rpx;" src="/images/car_sales.png"></image>
|
||||
</view>
|
||||
<view class="img">
|
||||
<image style="width: 48rpx;height: 48rpx;" src="/images/car_sales.png"></image>
|
||||
</view>
|
||||
<view class="title">汽车销量排行</view>
|
||||
</view>
|
||||
<view class="content_left">
|
||||
<view class="text1">查看详情</view>
|
||||
<view class="details_text">查看详情</view>
|
||||
<van-icon size="22px" name="arrow" style="color:#0084FF ;margin-left: 10rpx;" />
|
||||
</view>
|
||||
</view>
|
||||
<view class="first_brand">
|
||||
<view class="text">品牌销量排行</view>
|
||||
|
||||
<view class="brand_tu">
|
||||
<c-echars showChart="{{showChart}}" canvasId="brandbar-canvas" chartId="brandbar" chartOption="{{brandOption}}" height="100%"></c-echars>
|
||||
</view>
|
||||
</view>
|
||||
<view class="brand">
|
||||
|
||||
<view class="text">车型销量排行</view>
|
||||
|
||||
<view class="text">车型销量排行</view>
|
||||
<view class="brand_tu">
|
||||
<c-echars showChart="{{showChart}}" canvasId="modelbar-canvas" chartId="modelbar" chartOption="{{modelOption}}" height="100%"></c-echars>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
Loading…
Reference in new issue