- <view catchtouchmove="forbid">
- <view class="tui-popup-class tui-bottom-popup {{show?'tui-popup-show':''}}" style="background:{{bgcolor}};{{height?'height:'+height+'rpx':''}};z-index:{{zIndex}}">
- <slot></slot>
- </view>
- <view class="tui-popup-mask {{show?'tui-mask-show':''}}" style="z-index:{{zIndex-10}}" wx:if="{{mask}}" bindtap="handleClose"></view>
- </view>
|