老师,问下 this.setData({post:postList})与this.setData({postList})这两种型式什么区别
来源:6-6 从列表页面跳转到文章详情页面
FRISHRIGHT
2022-05-30
写回答
1回答
-
7七月
2022-05-30
this.setData({postList}) = this.setData({postList:postList})
这是ES6的简写语法,建议去学习下ES6
00
相似问题
老师,问下 this.setData({post:postList})与this.setData({postList})这两种型式什么区别
来源:6-6 从列表页面跳转到文章详情页面
FRISHRIGHT
2022-05-30
1回答
7七月
2022-05-30
this.setData({postList}) = this.setData({postList:postList})
这是ES6的简写语法,建议去学习下ES6
相似问题