index.wxml 230 B

1234567
  1. <van-transition
  2. show="{{ show }}"
  3. custom-class="van-overlay"
  4. custom-style="z-index: {{ zIndex }}; {{ mask ? 'background-color: rgba(0, 0, 0, .7);' : '' }}; {{ customStyle }}"
  5. bind:tap="onClick"
  6. catch:touchmove="noop"
  7. />