html代码:
<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>
js代码:
inputNameState(){
this.setData({
nameTrue: true
})
},
inputName(e){
this.setData({
nameInfo: e.detail.value
})
}
实际效果
可以实现这样的标签吗?
好是好 就怕cover-view以后改了
光标如何模拟?
里面包裹的 input标签