- 当前 Bug 的表现(可附上截图)
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
db.collection('business')
.where({
location: db.command.geoNear({
geometry: db.Geo.Point(app.globalData.user_longitude, app.globalData.user_latitude),
minDistance: 0,
maxDistance: 5000,
})
})
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | geonear | 工具 | v1.02.1905230 | 2.7.0 |
1 个回答
在云开发平台添加地理位置索引就可以了