forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-05 a297fec8881af0d14e1f9fc70b29a03f8ba7b229
1
2
3
4
5
6
7
8
<wxs src="../wxs/utils.wxs" module="utils" />
 
<view
  class="custom-class {{ utils.bem('tab__pane', { active, inactive: !active }) }}"
  style="{{ shouldShow ? '' : 'display: none;' }}"
>
  <slot wx:if="{{ shouldRender }}" />
</view>