数据库有三条数据 ,但是查询 出来为空

来源:5-10 博客卡片组件blog-card

慕前端8419733

2020-09-17

let blogList = await blogCollection.skip(event.start).limit(event.count)
    .orderBy('createTime', 'desc').get().then((res) => {
      return res.data
    })
  ctx.body = blogList
})

_loadBlogList(){
wx.cloud.callFunction({
name: ‘blog’,
data:{
$url:‘list’,
start: 0,
count:10,
}
}).then((res)=>{
this.setData({
blogList: this.data.blogList.concat(res.result)
})
})

},
图片描述图片描述

写回答

1回答

谢成

2020-09-18

1、请把数据库查询语句放到云控制台中,看下返回结果是什么,在这里点击加号放入查询语句:

//img1.sycdn.imooc.com/szimg/5f640ad609b4e9a609021450.jpg

2、请打印res,看下这里获得到的值是什么:

//img.mukewang.com/szimg/5f640af109db106b12320998.jpg

0
4
谢成
回复
慕前端8419733
只看上面截图中的代码没发现问题,能查到了就好,可能是没上传好
2020-09-18
共4条回复

微信小程序云开发-从0打造云音乐全栈小程序

横跨小程序端、云后端、CMS一站式云开发的小程序全栈课程

1938 学习 · 2768 问题

查看课程