微信小程序数组里的值修改,for循环修改数组内容
Posted 子枫i
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微信小程序数组里的值修改,for循环修改数组内容相关的知识,希望对你有一定的参考价值。
话不多说直接上代码
for (let i = 0; i < _this.data.comment.length; i++) { if (e.currentTarget.dataset.id==_this.data.comment[i].id) { console.log(_this.data.comment[i].like_status) var param=_this.data.comment[i] _this.setData({ [‘comment[‘+i+‘].like_status‘]:true }) console.log(_this.data.comment[i].like_status) } }
以上是关于微信小程序数组里的值修改,for循环修改数组内容的主要内容,如果未能解决你的问题,请参考以下文章