作用:在输入框-弹出键盘-输入完后-点击确认的事件
<input confirm-type="send" bindconfirm="asBtn"></input>
Page({ asBtn:function(e){ console.log(e.detail.value) },})
Page({
asBtn:function(e){
console.log(e.detail.value)
},
})