Newer
Older
smartKitchenMiniProgram / packageA / home_center / common_panel / components / Raw / index.wxml
dutingting on 22 Nov 2022 487 bytes 1.0.1
<!--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>