2.13.1 ye chu xian
events事件警告VM47805:1 [Event] 21 listeners of event?VM47805:1 [Event] 21 listeners of event onBeforeUnloadPage_962 have been added, possibly causing memory leak. 出现这种情况是什么,难是我没关闭吗,我是按文档上用的,只用了emit,难道还要调用off释放吗,还是另有其他原因???
2020-10-04基础库 选哪个比较好吗 有最新的
db.collection(...).where(...).update不能用- 当前 Bug 的表现(可附上截图) [图片] - 预期表现 批量更新成功 - 复现路径 - 提供一个最简复现 Demo /** * 批量更新Collection * 更新username=jack 的所有用户,gender属性更新为1 */ onUpdateCollectionUser: function(){ const db = wx.cloud.database(); db.collection('users').where({ username: "jack" }).update({ data: { gender: 1 }, success: console.log, fail: console.error }) },
2020-10-03[图片][图片]
如何解决云函数返回值为null?在测试的sum中,发现返回值始终是null,但是显示调用成功 已经上传并部署sum [图片] 但是测试提供的登陆以及获取openid却可以正常使用 想知道如何解决这个问题?
2020-09-02