input
data: {
inputValue:’’
},
bindKeyInput: function (e) {
this.setData({
inputValue: e.detail.value
})
},
<input class=“weui-input” maxlength=“10” bindinput=“bindKeyInput” placeholder=“请输入”/>
无法更改inputValue的值,并且打印不出inputValuet的值