删除云数据库remove为什么只能删除一条?
db.collection("comment").where({
biaobaiID : event.currentTarget.id
}).remove().then(res=>{
官方文档说用但是我操作了也只能删除一条
db.collection("comment").where({
biaobaiID : event.currentTarget.id
}).remove().then(res=>{
官方文档说用但是我操作了也只能删除一条