Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
Fasttian committed Jan 30, 2021
1 parent 604085c commit 10ad03e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/nvue/datetime-picker/datetime-picker.nvue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<view class="example-body">
<uni-datetime-picker type="time" :value="time" start="16:30:30" end="20:30:30" return-type="timestamp" @change="timeChange"></uni-datetime-picker>
</view>
<uni-section :title="'(2020-06-01 06:30:30) ~ (2021-06-01 06:30:30) 起始日期用法:' + timeArea" type="line"></uni-section>
<uni-section :title="'(2021-06-01 06:30:20) ~ (2021-06-01 06:30:30) 起始日期用法:' + timeArea" type="line"></uni-section>
<view class="example-body">
<uni-datetime-picker :value="timeArea" start="2021-06-01 06:30:20" end="2021-06-01 06:30:30" @change="timeAreaChange"></uni-datetime-picker>
</view>
Expand Down
2 changes: 1 addition & 1 deletion pages/vue/datetime-picker/datetime-picker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<view class="example-body">
<uni-datetime-picker type="time" :value="time" start="16:30:30" end="20:30:30" return-type="timestamp" @change="timeChange"></uni-datetime-picker>
</view>
<uni-section :title="'(2020-06-01 06:30:30) ~ (2021-06-01 06:30:30) 起始日期用法:' + timeArea" type="line"></uni-section>
<uni-section :title="'(2021-06-01 06:30:20) ~ (2021-06-01 06:30:30) 起始日期用法:' + timeArea" type="line"></uni-section>
<view class="example-body">
<uni-datetime-picker :value="timeArea" start="2021-06-01 06:30:20" end="2021-06-01 06:30:30" @change="timeAreaChange"></uni-datetime-picker>
</view>
Expand Down

0 comments on commit 10ad03e

Please sign in to comment.