审查视图

pages/timedmo/timedmo.wxml 348 字节
倪静楠 authored
1
<!--pages/timedmo/timedmo.wxml-->
倪静楠 authored
2
 <view bindtap='chooseTime'>自提时间{{timers.length ? timers : ''}}</view>
倪静楠 authored
3
<van-popup  show="{{ showTime }}"  bind:close="onClose" position="bottom" style="display:{{showTime ? 'vilative' : 'none'}}">
倪静楠 authored
4
  <timepicker bind:selectTime="selectTime" id="aaa" bind:selectTimes="selectTime"></timepicker>
倪静楠 authored
5
</van-popup>