<swiper-item class='{{className}} ' style='{{style}}'>
    <view a:if="{{onTap}}"  onTap='tapHandler'>
        <slot></slot>
    </view>
    <view a:if="{{catchTap}}" catchTap="catchTapHandler">
        <slot></slot>
    </view>
    <view a:else>
        <slot></slot>
    </view>
</swiper-item>

