收藏
回答

小程序往数组里添加元素

框架类型 问题类型 操作系统 工具版本
小程序 Bug Windows 1.02

-

choose:function(e){

console.log(e)

var that = this;

var item = e.currentTarget.dataset.item;

item.isChecked = !item.isChecked;


that.chooseList.push(e)

console.log(that.chooseList);

},


回答关注问题邀请回答
收藏

1 个回答

  • 刘弘愿
    刘弘愿
    2018-06-06

    问题呢?出的是撒问题撒。。。都不描述清楚。。。

    2018-06-06
    有用
    回复 4
    • bo
      bo
      2018-06-06

      就是 页面上有一个 checkbox  如果是true,就往数组里面添加这条数据,数组在data里面定义了,但是push  报错

      2018-06-06
      回复
    • 刘弘愿
      刘弘愿
      2018-06-06

      你push了整个e 你仔细看看e包含了什么。。你这样push的是整个CheckBox input组件了。。。 你想push这条数据。。push的应该是item

      2018-06-06
      2
      回复
    • 不是山谷
      不是山谷
      2021-06-18回复刘弘愿
      添加之后怎么取出来  新数组里都是[{0:data}]这样的怎么取data大佬
      2021-06-18
      回复
    • Bursel
      Bursel
      2021-08-12
      新疆老哥!
      2021-08-12
      回复
登录 后发表内容