Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dist/example/input/input.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<view class="weui-label">日期</view>
</view>
<view class="weui-cell__bd">
<picker mode="date" value="{{date}}" start="2015-09-01" end="2017-09-01" bindchange="bindDateChange">
<picker mode="date" value="{{date}}" bindchange="bindDateChange">
<view class="weui-input">{{date}}</view>
</picker>
</view>
Expand Down Expand Up @@ -191,4 +191,4 @@
<button class="weui-btn" type="primary" bindtap="showTopTips">确定</button>
</view>
</view>
</view>
</view>