获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- orderBy('creatrTime','desc')怎么失效了?
没错误但是就是不可以倒序显示 [图片] app.router('list', async (ctx, next) =>{ let blogList = await cloud.database().collection('blog') .skip(event.start) .limit(event.count) .orderBy('creatrTime','desc') .get().then((res) => { return res.data }) ctx.body = blogList })
2020-08-04 - 开发工具无限更新?
[图片] [图片] 不更新用不了调试器,更新了6遍还是不行! 旧版本:1.03.2007302 更新版本:1.03.2007312
2020-07-31 - TypeError: Cannot read property 'data' of null?
[图片][图片] 弄了两天,但还是不知道哪一步有问题,之前是可以的,突然就不行了。
2020-07-31 - 无法找到模块“tcb-router”的声明文件?
遇到这个问题,已经npn install,导致一些错误,检查了很多遍 [图片] [图片]
2020-07-30