<view class="swipe-cell" data-key="cell" catchTap="onClick" catchTouchStart="startDrag" catchTouchMove="onDrag" catchTouchEnd="endDrag" catchTouchCancel="endDrag">
<view style="{{ wrapperStyle }}">
<view a:if="{{ leftWidth }}" class="swipe-cell__left" data-key="left" catchTap="onClick">
<slot name="left" />
</view>
<slot />
<view a:if="{{ rightWidth }}" class="swipe-cell__right" data-key="right" catchTap="onClick">
<slot name="right" />
</view>
</view>
</view>