数组元素修改

let temp = 'cartArray[' + index + '].goodsNumber'
_this.setData({
    [temp]: count
})

你可能感兴趣的:(数组元素修改)