index.wxml 206 B

12
  1. <Yl_FloatingButton bindtap="onSelect" />
  2. <van-action-sheet show="{{ actionShow }}" actions="{{ types }}" cancel-text="取消" bind:select='selectType' bind:cancel='onCancel' bind:click-overlay='onCancel' />