2021-01-12 18:04:14 +08:00

11 lines
422 B
Plaintext

<!---------- wxs start ----------->
<wxs module="utils" src="../wxs/utils.wxs"></wxs>
<!---------- wxs end ----------->
<view class="{{ border ? 'van-hairline--top-bottom' : '' }} {{ utils.bem('tabbar', { fixed, safe: safeAreaInsetBottom }) }} custom-class" style="{{ zIndex ? 'z-index: ' + zIndex : '' }}">
<slot></slot>
</view>
<view wx:if="{{ fixed && placeholder }}" style="height: {{ height }}px;"></view>