e.detail.value 获取input的值

inputId(e) {
  this.setData({
    inputId: e.detail.value
  })
},
原文地址:https://www.cnblogs.com/alchemist-z/p/12269144.html