this.setData()同 this.setData({}) 区别是什么?发布于 8 年前作者 jingqiao8750 次浏览最后编辑 8 年前来自 issuesconst data = {} ① this.setData(data) ② this.setData({ data })