- <van-popup show="{{ show }}" position="right" custom-style="width: 660rpx; height:100vh;" bind:close="onClose">
 
-     <view class="head" />
 
-     <My_listBox height="{{listHeight}}" pullDown='{{false}}'>
 
-         <slot />
 
-     </My_listBox>
 
-     <view class="footer" bindtap="onClick">
 
-         <van-button data-name="close" custom-class='v-but'>关闭</van-button>
 
-         <van-button data-name="reset" custom-class='v-but'>重置</van-button>
 
-         <van-button data-name="confirm" custom-class='v-but confirm'>确定</van-button>
 
-     </view>
 
- </van-popup>
 
 
  |