forked from nsjcy/frontEnd/nsjcy

2
liuwh
2020-05-27 61d4bef11bb712be61323bef47515436e62292bb
1
2
3
<view class="wux-class {{ wrapCls }} {{ animateCss }}" bindtap="onTap" catchtouchmove="{{ disableScroll ? 'noop' : '' }}" bindtransitionend="onTransitionEnd" bindanimationend="onAnimationEnd" wx:if="{{ animateStatus !== 'unmounted' }}" style="{{ extStyle }}">
    <slot></slot>
</view>