uni-popup.wxml 929 B

12345678
  1. <view catchtouchmove="__e" class="{{['uni-popup data-v-7da806a4',popupstyle]}}" data-event-opts="{{[ [ 'touchmove',[ [ 'clear',['$event'] ] ] ] ]}}" wx:if="{{showPopup}}">
  2. <uni-transition bind:__l="__l" bind:click="__e" class="data-v-7da806a4" data-event-opts="{{[ [ '^click',[ ['onTap'] ] ] ]}}" duration="{{duration}}" modeClass="{{['fade']}}" show="{{showTrans}}" styles="{{maskClass}}" vueId="37594ee2-1" wx:if="{{maskShow}}"></uni-transition>
  3. <uni-transition bind:__l="__l" bind:click="__e" class="data-v-7da806a4" data-event-opts="{{[ [ '^click',[ ['onTap'] ] ] ]}}" duration="{{duration}}" modeClass="{{ani}}" show="{{showTrans}}" styles="{{transClass}}" vueId="37594ee2-2" vueSlots="{{['default']}}">
  4. <view catchtap="__e" class="uni-popup__wrapper-box data-v-7da806a4" data-event-opts="{{[ [ 'tap',[ [ 'clear',['$event'] ] ] ] ]}}">
  5. <slot></slot>
  6. </view>
  7. </uni-transition>
  8. </view>