input 输入框

<input maxlength="15" placeholder="请输入证书标题(限15字)" value="{{title}}" bindinput="credentialtit" auto-focus/>

//证书标题输入保存
  credentialtit:function(eve){
    this.setData({
      title: eve.detail.value
    })
  },

 

posted @ 2018-11-05 14:01  Jinsuo  阅读(113)  评论(0编辑  收藏  举报