cover-view嵌套input标签,在真机中会被忽略?
cover-view嵌套input标签,在真机中会被忽略,那怎么覆盖在原生组件之上呢?
<cover-view class='items'>
<cover-view class='name'>设备名</cover-view>
<cover-view class='display' bindtap='inputNameState'>
{{nameInfo}} </cover-view>
<cover-view class='border'></cover-view>
<input type="text" focus="{{nameTrue}}" bindinput="inputName"></input></cover-view>
这样吗?