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.

9 lines
559 B

<view class="container">
<!-- <c-echars showChart="{{showChart}}" canvasId="eventbar-canvas" chartId="eventbar" chartOption="{{chartOption}}" height="100%"></c-echars> -->
<van-tabs class="menu-tabs" active="{{ active }}" ellipsis="{{false}}" animated="{{true}}" bind:change="changeTab">
<van-tab title="品牌对比">1</van-tab>
<van-tab title="车型对比">内容 2</van-tab>
<van-tab title="事件对比"><event-child></event-child></van-tab>
<van-tab title="主题对比">内容 4</van-tab>
</van-tabs>
</view>