11 lines
422 B
Plaintext
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>
|