|
|
|
@ -13,12 +13,6 @@ |
|
|
|
<home id="{{tabList[3].value}}"/> |
|
|
|
</swiper-item> |
|
|
|
</swiper> |
|
|
|
<!-- <view style="height:{{fragment}}rpx"> |
|
|
|
<process id="{{tabList[0].value}}" bind:zIndex="onPopupChange" wx:if="{{tabIndex == 0}}"/> |
|
|
|
<storage id="{{tabList[1].value}}" bind:zIndex="onPopupChange" wx:elif="{{tabIndex == 1}}"/> |
|
|
|
<agent id="{{tabList[2].value}}" wx:elif="{{tabIndex == 2}}"/> |
|
|
|
<home id="{{tabList[3].value}}" wx:elif="{{tabIndex == 3}}"/> |
|
|
|
</view> --> |
|
|
|
|
|
|
|
<view class="cu-bar foot" style="height:{{100 + safeBottom}}rpx;padding-bottom:{{safeBottom}}rpx;z-index:{{zIndex}}"> |
|
|
|
<van-tabbar active="{{ tabIndex }}" fixed="{{false}}" bind:change="onChange"> |
|
|
|
|