关于this.setData 里面的key 有下标问题
this.setData({ 'array[0].text':'changed data'
})
这个下标0 换成变量会报错 WAService.js:8 Only number 0-9 could inside [],
要怎么写?
this.setData({ 'array[0].text':'changed data'
})
这个下标0 换成变量会报错 WAService.js:8 Only number 0-9 could inside [],
要怎么写?