第一次提交
This commit is contained in:
5
component/picker/picker.wxml
Normal file
5
component/picker/picker.wxml
Normal file
@@ -0,0 +1,5 @@
|
||||
<!--component/picker/picker.wxml-->
|
||||
<picker class='rui-picker rui-class' mode="multiSelector" range="{{times}}" value="{{timesIndex}}" disabled="{{disabled}}" bindchange='changeDate' bindcancel="cancelDate" bindcolumnchange="columnchangeDate">
|
||||
{{value}}
|
||||
</picker>
|
||||
|
||||
Reference in New Issue
Block a user