小程序绑定单选

 
      

  data: {
    checkid:-1,
    list:[{id:1},{id:2}]
  },
  check(e){
    this.setData({
      checkid:e.currentTarget.dataset.id
    })
  },

 

你可能感兴趣的:(小程序)