Sanakey
2020-10-13 245dd6f1b9a206019ba1680b5214d3bbcd870d72
1
2
3
4
5
6
7
8
<!--component/slideIn.wxml-->
<view  class="container" >
  <c-mask bind:maskTap="maskTap" wx:if="{{isShow}}" />
  <view animation="{{animationData}}" class="animation-container" style="max-height:{{layerHeight}}rpx;">
    <slot name="content"></slot>
    
  </view>
</view>