bottom-popup.wxml 552 B

1
  1. <view data-event-opts="{{[['touchmove',[['',['$event']]]]]}}" catchtouchmove="__e" class="data-v-35c407c7"><view class="{{['tui-popup-class tui-bottom-popup data-v-35c407c7',(show)?'tui-popup-show':'']}}" style="{{'background:'+(bgcolor)+';'+('height:'+(height?height+'rpx':'auto')+';')}}"><slot></slot></view><block wx:if="{{mask}}"><view data-event-opts="{{[['tap',[['handleClose',['$event']]]]]}}" class="{{['tui-popup-mask data-v-35c407c7',show?'tui-mask-show':'']}}" style="{{'background:'+(maskBgcolor)+';'}}" bindtap="__e"></view></block></view>