You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
260 B

1 year ago
  1. <!--pages/modelselection/modelselection.wxml-->
  2. <van-tree-select class="selectTree"
  3. items="{{ items }}" height="100vh"
  4. main-active-index="{{ mainActiveIndex }}"
  5. active-id="{{ activeId }}"
  6. bind:click-nav="onClickNav"
  7. bind:click-item="onClickItem"
  8. />