合伙人运营小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cell-group.wxml 316B

123456789
  1. <wxs src="../common/utils.wxs" module="_" />
  2. <view wx:if="{{ title }}" class="class {{ classPrefix }}__title {{prefix}}-class-title"> {{ title }} </view>
  3. <view
  4. style="{{_._style([style, customStyle])}}"
  5. class="{{_.cls(classPrefix, [['bordered', bordered], theme])}} class {{prefix}}-class"
  6. >
  7. <slot />
  8. </view>