问题模块 框架类型 问题类型 终端类型 AppID 基础库版本
云开发 微信小程序 需求 客户端 wxde4e9629ebf466bd 1.5
db.collection('Renwu').limit(10).where({
fanwei: _.eq(res.data)
})
.get({
success: function (res) { console.log(res) }
这样是返回10条记录,可我还要求这些记录按价格从高到底排列,怎么做呢?
就是要返回10条按价格从高到底排列的记录。
微信小程序开发问题解答
微信小程序开发者回答:
用这个接口Collection.orderBy,云开发文档上有
微信小程序开发者回答:
你好,可以使用 orderBy
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-client-api/database/collection.orderBy.html
本文网址:http://www.91bianli.com/weixinxiaochengxu/46927.html