代码:
wx.cloud.database().collection("goods").limit(3).get().then(res => {
console.log(res.data)
this.setData({
dataList: res.data
})
}).catch(err => {
console.log(err)
})
代码:
wx.cloud.database().collection("goods").limit(3).get().then(res => {
console.log(res.data)
this.setData({
dataList: res.data
})
}).catch(err => {
console.log(err)
})
本文标题:17.点击返回指定数据
本文链接:https://www.haomeiwen.com/subject/stptpltx.html
网友评论