你的下抽屉菜单是咋实现的?亲
Map组件和View组件同层级时,在部分机型View组件被Map遮住,部分机型显示正确[图片] 如图代码中,map 与 view 组件同层级下,在模拟器下是正常的,同时在iphone 7中显示正常以及反馈参数 [图片][图片] 在华为荣耀10系列下反馈参数级显示不正常 [图片][图片] 使用荣耀8X机型,不同微信版本 7.0.17和7.0.10,其中7.0.10出现同层渲染问题 [图片][图片][图片]
2021-02-08缺少这俩句constdbwxclouddatabase() constdbcommand
db.command.geoNear is not a function运行如下程序时: db.collection('restaurant') .where({ location: db.command.geoNear({ geometry: db.Geo.Point(101.724945068359, 36.634250640869), minDistance: 0, maxDistance: 1000, }) }) .get() 在云开发的控制面板中,高级操作中的模板中,运行该代码,可查询到数据。 但在编译小程序后运行时,出现如下现象: VM524:1 thirdScriptError db.command.geoNear is not a function;at pages/restaurant/index/index page loadRestaurant function TypeError: db.command.geoNear is not a function at t.loadRestaurant (http://127.0.0.1:35056/appservice/pages/restaurant/index/index.js:172:35) at t.(http://127.0.0.1:35056/appservice/__dev__/WAService.js:19:7372) at t.setForm (http://127.0.0.1:35056/appservice/pages/restaurant/index/index.js:131:10) at t.(http://127.0.0.1:35056/appservice/__dev__/WAService.js:19:7372) at t.l (http://127.0.0.1:35056/appservice/__dev__/WAService.js:18:23682) at cn (http://127.0.0.1:35056/appservice/__dev__/WAService.js:19:26271) at Function.(http://127.0.0.1:35056/appservice/__dev__/WAService.js:19:27714) at http://127.0.0.1:35056/appservice/__dev__/WAService.js:18:26416 at http://127.0.0.1:35056/appservice/__dev__/WAService.js:10:16499 at n (http://127.0.0.1:35056/appservice/__dev__/WAService.js:6:7842) 求解?
2020-01-06把手机当前经纬度一公里范围内的位置点显示出来!
云数据库多条件查询在地图组件显示问题?设计目的是以呈现手机当前经纬度坐标点周围1000米范围内的位置全部坐标点,算法是查询手机当前位置坐标+和-坐标系数范围内的经纬度范围, 下列代码,执行后只呈现第一个纬度的where条件,把这个纬度的全部数据都查出来了,没有限制在一公里南北纬度内,第二个经度执行了限制在手机位置点中心1公里范围内了!怎么才能使查询经度结果在限制在1公里范围内呢? 代码片段是: [图片] 运行结果是这样 [图片]
2019-08-05