业务交流通
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

index.wxml 233B

12345678910
  1. <van-transition
  2. show="{{ show }}"
  3. custom-class="van-overlay"
  4. custom-style="z-index: {{ zIndex }}; {{ customStyle }}"
  5. duration="{{ duration }}"
  6. bind:tap="onClick"
  7. catch:touchmove="noop"
  8. >
  9. <slot></slot>
  10. </van-transition>