美文网首页
17.点击返回指定数据

17.点击返回指定数据

作者: 陈情令 | 来源:发表于2021-08-23 10:51 被阅读0次

    代码:

     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