var item = that.data.articles[inde_x]//获取数据列表
item.is_collection = 1//希望将特定的值改变
console.log(that.data.articles)
that.setData({
C: res.data.C,
articles: that.data.articles//改变的数据列表 重新定义赋值
})

相关文章:

  • 2022-12-23
  • 2022-01-06
  • 2022-03-03
  • 2022-12-23
  • 2021-10-26
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-02
  • 2022-12-23
  • 2021-12-15
  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
  • 2022-12-23
相关资源
相似解决方案