- 仅仅用map组件,是否需要商业授权?
小程序仅仅用了自带的仅仅用map组件,没用腾讯位置服务的相关api,是否需要商业授权?
2023-11-21 - 小程序偶尔会卡死怎么回事?
完全不知道是什么原因导致的,一般是卡在进入界面,白屏。概率大约是1%~5%
2020-04-02 - 云数据库查询地理位置使用了geoNear后再用count查询出错,怎么解决?
代码如下 const _ = db.command db.collection('point').where({ Geo: _.geoNear({ geometry: db.Geo.Point(117.229938, 39.100311), maxDistance: 5000, }) }).count().then(console.log) 报错如下 VM922:1 Uncaught (in promise) thirdScriptError errCode: -502001 database request fail | errMsg: [FailedOperation.Query] (BadValue) $geoNear, $near, and $nearSphere are not allowed in this context Error: errCode: -502001 database request fail | errMsg: [FailedOperation.Query] (BadValue) $geoNear, $near, and $nearSphere are not allowed in this context at new u (http://127.0.0.1:30945/appservice/__dev__/WAService.js:2:233057) at Function.success (http://127.0.0.1:30945/appservice/__dev__/WAService.js:2:284582) at Object.success (http://127.0.0.1:30945/appservice/__dev__/WAService.js:2:126542) at y (http://127.0.0.1:30945/appservice/__dev__/WAService.js:2:536042) at v (http://127.0.0.1:30945/appservice/__dev__/WAService.js:2:536280) at http://127.0.0.1:30945/appservice/__dev__/WAService.js:2:537834 at n.<anonymous> (http://127.0.0.1:30945/appservice/__dev__/asdebug.js:1:10216) at http://127.0.0.1:30945/appservice/__dev__/WAService.js:2:126542 at http://127.0.0.1:30945/appservice/__dev__/WAService.js:2:109272 使用get时正常,使用count就报错
2020-03-19 - 填经度时,会被纬度范围限制,导致经度无法超过90
- 当前 Bug 的表现(可附上截图) 经度无法超过90 [图片] - 预期表现 - 复现路径 - 提供一个最简复现 Demo
2018-09-17