<!--packageA/home_center/common_panel/components/Raw/Raw.wxml--> <view > <view bindtap="timerClose" class="timer-close">定时关闭</view> <!-- <view bindtap="timerClose" class="timer-close">时间: {{closeTime}}</view> --> <van-popup show="{{show}}" position="bottom"> <van-datetime-picker type="datetime" :value="{{ currentDate }}" min-date="{{ minDate }}" title="请选择时间" bind:confirm="onConfirm" bind:cancel="closePopup" /> </van-popup> </view>