个人案例
- 51领养
提倡领养代替购买!可查看附近可以领养的宠物!
51领养扫码体验
- 我爱阅读
中小学阅读习惯培养平台
我爱阅读扫码体验
重启下开发工具就可以了
对应的服务器证书无效。控制台输入 showRequestInfo()用的是阿里免费SSL证书 [图片] [图片]
2021-02-18我也遇到同样的问题,然后我onshow调用,每次都是可以的。 证明eventChannel并没有丢失 于是我就想eventChannel的回调函数里的eventChannel != 当前页面的 eventChannel 于是我就在onLoad里面就把当前页面的eventChannel存取来: this.pageEventChannel = this.getOpenerEventChannel() 然后在EventChannel回调函数用过 this.pageEventChannel调用就可以触发了
在eventChannel回调函数中再调用上一个页面的eventChannel函数不成功https://developers.weixin.qq.com/miniprogram/dev/api/route/wx.navigateTo.html 在eventChannel回调函数中再调用上一个页面的eventChannel函数不成功,详情请查看下面代码片段:https://developers.weixin.qq.com/s/19xjIPmU76iC
2020-10-13我试了下,不用cover-image,只能直接用button,可一在button上直接用字体图标
video上使用分享按钮?video 分享 使用如下代码button会被忽略不展示 [图片]
2020-09-22解决了么?
video组件上加分享按钮视频组件上使用cover-ivew组件里嵌套button组件,但是button组件并没有展示。 问题:那么怎么在video上添加分享按钮? 附:[图片] 抖音短视频小程序就在video上使用了分享呀
2020-09-22安卓没问题,ios会报错
npm引入promise.prototype.finally包时报错- 当前 Bug 的表现(可附上截图) [图片] 代码片段中已删除node_modules目录, 请先安装依赖后进行查看 经过测试, 引入`lodash.debounce`时也报同样错误. 猜测是否是因为包名中带有`.`导致的.
2020-04-21安卓没问题,ios会报错
小程序支持Promise.finally()吗如题,使用.finally()的时候会报finally is not a function是因为小程序不支持吗?
2020-04-21测试人员用华为Nova2plus,次次都会这样 [图片]
placeholder不消失bug显示: input偶发,输入文字后placeholder不消失,导致和文字重叠 iphone XR<inphone11,8>,系统ios12.4.1,微信版本7.0.8,基础库版本2.8.3 [图片][图片]
2020-01-19我也在纠结这个问题,我要用geoNear计算距离,也要用聚合查询,然后发现了只能输出100条,后面的页数输出的都是空数组啊,楼主的办法就是我的办法啊,怎么解决突破100条啊?
云开发Aggregate.geoNear聚合查询没有skip?Aggregate.geoNear(options: Object): AggregateAggregate聚合查询的参数没有skip,请问如何分页查询? [代码]db.collection('users') .aggregate() .skip(5) .end()[代码]是先查出多少条再剔除多少条,如果数据库记录数大于100我就无法拿到100之后的数据了(因为最大只能取100条记录);分页应该是先剔除前几条再查询后面的多少条(skip应该在limit前面) 已解决: result = await db.collection('tableName').aggregate() .geoNear({ distanceField: 'distance', // 输出的每个记录中 distance 即是与给定点的距离 spherical: true, near: db.Geo.Point(lng, lat), query: { id: id, }, //limit: 10 geoNear里面也有limit,我就是加了这个才没达到效果 }).skip(currentPage * 10).limit(10).end()
2019-12-19我靠终于可以了,要对地理位置字段进行索引,文档可没写啊,tmd坑
在云函数中使用 geoNear时报如下错误- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo 我存坐标的字段时 loc,已添加了索引 请问要使用geoNear ,那么字段是否要做特殊索引 返回结果: {"errorCode":1,"errorMessage":"user code exception caught","stackTrace":"errCode: -502001 database request fail | errMsg: [FailedOperation.Query] (BadValue) failed on: cmgo-74jngqhb_0 :: caused by :: error processing query: ns=tnt-69ax8l27s.usersTree: GEONEAR field=loc maxdist=1.79769e+308 isNearSphere=0\nSort: {}\nProj: {}\n planner returned error: unable to find index for $geoNear query; "} 日志: START RequestId: 1024d995-6734-11e9-b8ec-525400681fe1 Event RequestId: 1024d995-6734-11e9-b8ec-525400681fe1 2019-04-25T08:28:11.839Z 1024d995-6734-11e9-b8ec-525400681fe1 { latitude: 25.030724, longitude: 121.520076 } Error: errCode: -502001 database request fail | errMsg: [FailedOperation.Query] (BadValue) failed on: cmgo-74jngqhb_0 :: caused by :: error processing query: ns=tnt-69ax8l27s.usersTree: GEONEAR field=loc maxdist=1.79769e+308 isNearSphere=0 Sort: {} Proj: {} planner returned error: unable to find index for $geoNear query; at new CloudSDKError (/var/user/node_modules/wx-server-sdk/index.js:6166:28) at Object.returnAsCloudSDKError (/var/user/node_modules/wx-server-sdk/index.js:6218:16) at Object.checkError (/var/user/node_modules/wx-server-sdk/index.js:1484:23) at Query.<anonymous> (/var/user/node_modules/wx-server-sdk/index.js:1550:41) at step (/var/user/node_modules/tslib/tslib.js:133:27) at Object.next (/var/user/node_modules/tslib/tslib.js:114:57) at fulfilled (/var/user/node_modules/tslib/tslib.js:104:62) at <anonymous> at process._tickCallback (internal/process/next_tick.js:188:7) END RequestId: 1024d995-6734-11e9-b8ec-525400681fe1 Report RequestId: 1024d995-6734-11e9-b8ec-525400681fe1 Duration:53ms Memory:256MB MaxMemoryUsed:1.234375MB
2019-12-13升级了也不行啊,还是报这个错
unable to find index for $geoNear query- 当前 Bug 的表现(可附上截图) [图片] [图片] [图片] [图片] - 预期表现 - 复现路径 - 提供一个最简复现 Demo const db = wx.cloud.database({ env: app.globalData.envstr }) db.collection('SalePlace').where({ FPoint: db.command.geoNear({ geometry: db.Geo.Point(113.323809, 23.097732), //res.longitude, res.latitude), maxDistance: 5000, minDistance:1000, }) }).get().then(console.log)
2019-12-13