为了账号安全,请及时绑定邮箱和手机立即绑定

微信小程序将获取的值放入到数组中去,结果数组中获取不到值,不懂求教

微信小程序将获取的值放入到数组中去,结果数组中获取不到值,不懂求教

慕容3067478 2019-03-20 15:11:36
我获取到了value,但是把他push到history数组中,history里面没有值  searchinto(e) {    // console.log(e)    const value = this.data.search.content;    const history = this.data.history;    console.log(value);    history.push[value];    console.log(history);    this.setData({      history    })  },
查看完整描述

3 回答

?
weixin_慕妹2579842

TA贡献1条经验 获得超0个赞

把push换成concat

查看完整回答
反对 回复 2019-08-01
?
12345678_0001

TA贡献1802条经验 获得超5个赞

push应该是小括号(),而不是中括号[]吧?

history.push(value);


查看完整回答
反对 回复 2019-04-04
?
饮歌长啸

TA贡献1951条经验 获得超3个赞

this.setData({

      history:[...this.data.history, value]

    })


查看完整回答
反对 回复 2019-04-04
  • 3 回答
  • 0 关注
  • 4603 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信