对结果排序对结果排序collection.orderBy() 参数说明 参数类型必填说明fieldstring是排序的字段orderTypestring是排序的顺序,升序(asc) 或 降序(desc) 使用示例 collection.orderBy("name", "asc").get().then(function(res) {});