parent
95d3b98294
commit
ca781a1e9d
@ -1,18 +1,18 @@
|
|||||||
<view class="container">
|
<view class="container">
|
||||||
<!-- <c-echars showChart="{{showChart}}" canvasId="eventbar-canvas" chartId="eventbar" chartOption="{{chartOption}}" height="100%"></c-echars> -->
|
<!-- <c-echars showChart="{{showChart}}" canvasId="eventbar-canvas" chartId="eventbar" chartOption="{{chartOption}}" height="100%"></c-echars> -->
|
||||||
<!-- sticky="true" -->
|
<!-- sticky="true" -->
|
||||||
<van-tabs class="menu-tabs" active="{{ active }}" ellipsis="{{false}}" animated="{{true}}" bind:change="changeTab">
|
<van-tabs class="menu-tabs" active="{{ active }}" ellipsis="{{false}}" animated="{{true}}" bind:change="changeTab">
|
||||||
<van-tab title="品牌对比">
|
<van-tab title="品牌对比">
|
||||||
<brand-child wx:if="{{active==0 && brandshow}}" bind:hide="brandHide"></brand-child>
|
<brand-child wx:if="{{active==0 && brandshow}}"></brand-child>
|
||||||
</van-tab>
|
</van-tab>
|
||||||
<van-tab title="车型对比">
|
<van-tab title="车型对比">
|
||||||
<model-child wx:if="{{active===1 && modelshow}} " bind:hide="modelHide"></model-child>
|
<model-child wx:if="{{active===1 && modelshow}} "></model-child>
|
||||||
</van-tab>
|
</van-tab>
|
||||||
<van-tab title="事件对比">
|
<van-tab title="事件对比">
|
||||||
<event-child wx:if="{{active===2}} "></event-child>
|
<event-child wx:if="{{active===2}} "></event-child>
|
||||||
</van-tab>
|
</van-tab>
|
||||||
<van-tab title="主题对比">
|
<van-tab title="主题对比">
|
||||||
<theme-child wx:if="{{active===3 && wshow}}" bind:hide="themeHide"></theme-child>
|
<theme-child wx:if="{{active===3 && wshow}}" bind:hide="themeHide"></theme-child>
|
||||||
</van-tab>
|
</van-tab>
|
||||||
</van-tabs>
|
</van-tabs>
|
||||||
</view>
|
</view>
|
Loading…
Reference in new issue