ming-pop.wxml 638 B

1
  1. <block wx:if="{{direction==='center'?open:true}}"><view class="{{['data-v-0728c3b8',direction==='center'?'centers':'']}}"><view data-event-opts="{{[['touchmove',[['',['$event']]]]]}}" class="{{['product-window','data-v-0728c3b8',(open?'on':'')+' '+direction]}}" style="{{'width:'+(width+'%')+';'+('height:'+(height=='fit-content'?height:open?height:'fit-content')+';')}}" catchtouchmove="__e"><slot></slot></view><block wx:if="{{is_mask}}"><view class="mask data-v-0728c3b8" hidden="{{!open}}" data-event-opts="{{[['touchmove',[['',['$event']]]],['tap',[['close',[1]]]]]}}" bindtouchmove="__e" bindtap="__e"></view></block></view></block>