index.wxml 258B

123456789
  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. duration="{{ duration }}"
  6. bind:tap="onClick"
  7. catch:touchmove="noop"
  8. />