picker 组件不包含任何子内容点击不弹出,如何解决?
<picker style='height:70rpx;' mode='date'></picker> |
这是bug吗?
暂时用的下面的方法
<picker style='height:70rpx;' mode='date'> <text decode="true"> </text></picker> |
<picker style='height:70rpx;' mode='date'></picker> |
这是bug吗?
暂时用的下面的方法
<picker style='height:70rpx;' mode='date'> <text decode="true"> </text></picker> |