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.
8 lines
394 B
8 lines
394 B
6 years ago
|
<view class="{{extClass}}">
|
||
|
<view wx:if="{{title}}" class="weui-cells__title">{{title}}</view>
|
||
|
<view class="weui-cells weui-cells_after-title {{checkboxCount > 0 && checkboxIsMulti ? 'weui-cells_checkbox' : ''}}">
|
||
|
<slot></slot>
|
||
|
</view>
|
||
|
<view v-if="{{footer}}" class="weui-cells__tips">{{footer}}</view>
|
||
|
<template v-else><slot name="footer"></slot></template>
|
||
|
</view>
|