picker android bug
picker在android6.0 上点击无反应, 不会出现选择框. 而在开发工具里正常.
代码如下:
<picker bindchange= "bindPickerChange" value= "{{commonData.type}}" range= "{{company_array}}" > <input placeholder= "点击选择" value= "{{company_array[index]}}" /> </picker> |
有人知道怎么回事么?