<input bindinput="bindKeyInput" class="editPhone" name="tel" type="number" value="{{tel}}"></input>
bindKeyInput: function (e) {
this.setData({
tel: e.detail.value
})
},
<input bindinput="bindKeyInput" class="editPhone" name="tel" type="number" value="{{tel}}"></input>
bindKeyInput: function (e) {
this.setData({
tel: e.detail.value
})
},