this.setData({
[‘shopList[indexs].items[index].quantity’]:’…’
})
动态的index需要拼接,你全部放在’ '里面当字符串了
this.setData({ ['shopList[indexs].items[index].quantity']:'......' })
'改成`试试