index.wxml 341B

1234567891011
  1. <wxs src="../wxs/utils.wxs" module="utils" />
  2. <view
  3. class="{{ border ? 'van-hairline--top-bottom' : '' }} {{ utils.bem('tabbar', { fixed, safe: safeAreaInsetBottom }) }} custom-class"
  4. style="{{ zIndex ? 'z-index: ' + zIndex : '' }}"
  5. >
  6. <slot />
  7. </view>
  8. <view wx:if="{{ fixed && placeholder }}" style="height: {{ height }}px;"></view>