index.wxml 520 B

12345
  1. <van-popup show="{{ popupShow }}" position="bottom" custom-style="height:100%;" round closeable bind:close="onClose">
  2. <view class="header">{{language['营销区域']||'营销区域'}}</view>
  3. <view style="height: 90rpx;" />
  4. <van-tree-select items="{{ list }}" content-item-class='content-item-class' content-active-class='content-active-class' height='calc(100% - 245rpx)' main-active-index="{{ mainActiveIndex }}" active-id="{{ activeId }}" bind:click-nav="onClickNav" bind:click-item="onClickItem" />
  5. </van-popup>