2020-10-05

    科技2022-09-02  106

     db.collection("imageList")

          .skip(len)

          .limit(10)

          .get()

          // console.log("总数", res)

          .then(res => {

            console.log(200, res)

            this.setData({

              imageList: this.data.imageList.concat(res.data)

            })

            wx.hideLoading()

          })

     发起的如下数据库查询经自动检测发现以下问题 db.collection('imageList').where({}).get() 求助大佬,这是怎么肥四

    Processed: 0.015, SQL: 9