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.
|
|
|
<view class="p-container">
|
|
|
|
<!-- 汽车销量排行 -->
|
|
|
|
<view class="box">
|
|
|
|
<view class="total">
|
|
|
|
<view class="content_left">
|
|
|
|
<view class="img">
|
|
|
|
<image style="width: 48rpx;height: 48rpx;" src="{{imageUrl}}/car_sales.png"></image>
|
|
|
|
</view>
|
|
|
|
<view class="title">汽车销量排行</view>
|
|
|
|
</view>
|
|
|
|
<view class="content_left" bindtap="Rankdetail">
|
|
|
|
<view class="details_text">查看详情</view>
|
|
|
|
<van-icon size="22px" name="arrow" style="color:#0084FF ;margin-left: 10rpx;" />
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="brand">
|
|
|
|
<view class="first_box">
|
|
|
|
<view class="text">品牌销量排行</view>
|
|
|
|
<view class="box_detail" bindtap="ranking">
|
|
|
|
<view class="detial_text">销量详情</view>
|
|
|
|
<van-icon size="24rpx" name="arrow" style="color:#D0D0D0 ;margin-bottom: 10rpx;" />
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view style="font-size: 24rpx;color:#D0D0D0 ; margin: 0 32rpx;">{{newTime}}</view>
|
|
|
|
<view class="brand_tu">
|
|
|
|
<c-echars showChart="{{showChart}}" canvasId="brandsbar-canvas" chartId="brandsbar" chartOption="{{brandOption}}" height="100%"></c-echars>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="brand">
|
|
|
|
<view class="first_box">
|
|
|
|
<view class="text">车型销量排行</view>
|
|
|
|
<view class="box_detail" bindtap="vehicletype">
|
|
|
|
<view class="detial_text">销量详情</view>
|
|
|
|
<van-icon size="24rpx" name="arrow" style="color:#D0D0D0 ;margin-bottom: 10rpx;" />
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view style="font-size: 24rpx;color:#D0D0D0 ; margin: 0 32rpx;">{{newTime}}</view>
|
|
|
|
<view class="brand_tu">
|
|
|
|
<c-echars showChart="{{showChart}}" canvasId="modelsbar-canvas" chartId="modelsbar" chartOption="{{modelOption}}" height="100%"></c-echars>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|