index.wxml 193 B

123456789
  1. <view
  2. wx:if="{{ title }}"
  3. class="van-cell-group__title"
  4. >
  5. {{ title }}
  6. </view>
  7. <view class="custom-class van-cell-group {{ border ? 'van-hairline--top-bottom' : '' }}">
  8. <slot />
  9. </view>