提交 4dfbb220 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

docs(datetime-picker): 取消默认选中当天

上级 3c6a2b8f
...@@ -13,12 +13,6 @@ ...@@ -13,12 +13,6 @@
若只是需要单独选择日期和时间,不需要时间戳输入和输出,可使用原生的 picker 组件。 若只是需要单独选择日期和时间,不需要时间戳输入和输出,可使用原生的 picker 组件。
**_点击 picker 默认值规则:_**
- 若设置初始值 value, 会显示在 picker 显示框中
- 若无初始值 value,则初始值 value 为当前本地时间 Date.now(), 但不会显示在 picker 显示框中
## 介绍 ## 介绍
### 基本用法 ### 基本用法
...@@ -247,7 +241,7 @@ ...@@ -247,7 +241,7 @@
</view> </view>
</view> </view>
</template> </template>
``` ```
> Script > Script
``` html ``` html
<script> <script>
...@@ -296,7 +290,7 @@ ...@@ -296,7 +290,7 @@
} }
} }
</script> </script>
``` ```
> Style > Style
``` html ``` html
<style lang="scss"> <style lang="scss">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册