- <view class="popup {{showAnimation ? 'popup-bottom':'popup-top'}}" style="max-height:{{height}};{{FixHeight?('height:'+FixHeight):('max-height:'+height)}}" wx:if="{{show}}">
- <!-- ;overflow:{{height == '85%' ? 'visible':'auto'}} -->
- <slot></slot>
- <!-- <slot name='content'></slot> -->
- <!-- <slot name="button"></slot> -->
- </view>
- <view class="overlay" bindtap="close" wx:if="{{show}}" catchtouchmove='true'></view>
|