Files
MiniProgram/ProjectLiaisonForm/pages/date-time-picker/date-time-picker.wxml
2025-08-15 14:05:08 +08:00

26 lines
659 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<t-navbar title="DateTimePicker" leftArrow />
<view class="demo">
<t-demo-header
title="DateTimePicker 时间选择器"
desc="用于选择一个时间点或者一个时间段。"
notice="渲染框架支持情况WebView"
/>
<t-demo title="01 组件类型" desc="年月日选择器" />
<year-month-date />
<t-demo desc="年月选择器" />
<year-month />
<!-- <t-demo desc="月日选择器" /> -->
<time />
<t-demo desc="年月日时分秒选择器" />
<date-all />
<t-demo title="01 组件用法" desc="调整步数">
<steps />
</t-demo>
<t-demo desc="不使用 Popup">
<without-popup />
</t-demo>
</view>