假如我在picker上设置了interval 那此时并不是所有时间都列出来,而是按照15分钟一档列出来,如果这天时间有些档已经被禁止了,那也能自动禁止或者不显示出来。
eg.
<picker class= "weui-btn" mode= "time" value= "{{time}}" start= "{{bookedInfo.startWork}}" end= "{{bookedInfo.finishWork}}" bindchange= "bindTimeChange" interval="{{interval}}" disabled="{{disabled}}" > <button type= "default" >时间:{{time}}</button> </picker> |
相当参考:
http://amsul.ca/pickadate.js/time/
你的这个start 属性写成动态的 可以正常显示吗?