-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
<!-- | ||
接受一个世界时格式的时间 defaultTime ,表示从此刻时间开始,可以选择后 timeLength 天日期, | ||
默认 30 天,并在选择确定后触发一个 handleChangeTime 事件,data 为世界时格式的 time | ||
--> | ||
|
||
<picker class='time-picker' mode="multiSelector" bindchange="bindStartMultiPickerChange" | ||
bindtap='pickerTap' bindcolumnchange="bindMultiPickerColumnChange" value="{{ multiIndex }}" | ||
range="{{ multiArray }}" | ||
> | ||
{{startDate}} | ||
{{ startDate }} | ||
</picker> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters