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.
17 lines
906 B
17 lines
906 B
<view class="view-page">
|
|
<view class="navigation nav-top" style="background: #006BFF">
|
|
<!--手机状态栏的高度-->
|
|
<!-- <view style="height:{{statusBarHeight}}px;width: 100%;"></view>
|
|
<view class="bs-top-title" style="height: {{navBarHeight}}px;width: 100%;">硕为思汽车智能洞察</view> -->
|
|
<van-tabs class="menu-tabs" active="{{ active }}" bind:change="changeTab">
|
|
<van-tab wx:for="{{navData}}" title="{{item.text}}" wx:key="index">
|
|
<!-- <view wx:if="{{active == 0 || active == 1}}"></view> -->
|
|
</van-tab>
|
|
</van-tabs>
|
|
</view>
|
|
<brand-child wx:if="{{active == 0}}"></brand-child>
|
|
<modal-child wx:if="{{active == 1}}"></modal-child>
|
|
<event-child wx:if="{{active == 2}}"></event-child>
|
|
<theme-child wx:if="{{active == 3}}"></theme-child>
|
|
<c-dropdown tabs="{{dataArr}}"></c-dropdown>
|
|
</view> |