小程序
小游戏
企业微信
微信支付
扫描小程序码分享
云数据库里现在只有一个id,我想删除我添加的上面这个数组albums里面其中一个数组对象比如说第一个,可是如果我用开发文档里的语句db.collection('todos').doc('todo-identifiant-aleatoire').remove({
success: function(res) {
console.log(res.data) }
})就把全部的记录都删除了,这应该如何搞啊,实在想不出来
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
我也遇到这个问题了,你怎么解决的鸭?
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
数组操作符了解一下 https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-sdk-api/database/command/Command.pop.html
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
我也遇到这个问题了,你怎么解决的鸭?
数组操作符了解一下 https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-sdk-api/database/command/Command.pop.html