1 |
- <view data-event-opts="{{[['touchmove',[['',['$event']]]]]}}" catchtouchmove="__e" class="data-v-3fb08834"><view class="{{['tui-popup-class','tui-bottom-popup','data-v-3fb08834',(show)?'tui-popup-show':'',(radius)?'tui-popup-radius':'']}}" style="{{'background:'+(backgroundColor)+';'+('height:'+(height?height+'rpx':'auto')+';')+('z-index:'+(zIndex)+';')+('transform:'+('translate3d(0, '+(show?translateY:'100%')+', 0)')+';')}}"><slot></slot></view><block wx:if="{{mask}}"><view data-event-opts="{{[['tap',[['handleClose',['$event']]]]]}}" class="{{['tui-popup-mask','data-v-3fb08834',show?'tui-mask-show':'']}}" style="{{'z-index:'+(maskZIndex)+';'}}" bindtap="__e"></view></block></view>
|