慕粉4371904
2019-05-23 11:05
怎么把这些保存到数据库里的评论显示出来
可以通过查询云数据库中的数据得到评论,比如:
db.collection('comment').get().then(res => {
this.setData({
commentList: res.data
})
轻松入门微信小程序与云开发
64548 学习 · 1742 问题
相似问题
回答 2
回答 1