云开发如何通过非id的字段,查询自己需要的整条数据记录?
云开发如何通过非id的字段,查询自己需要的整条数据记录?
var bianhao = options.bianhao;
db.collection(‘ShouZhuzhai’
.where({
bianhao: bianhao //匹配输入内容 //应该是这里错误了,但是不知道怎么做,才能正确查询
})
.get({
success: res => {
console.log(res) //这里的res 一直为空!
this.setData({
fangyuan: res.data
})
console.log(’[搜索成功]’, res)
}
})
请大神指导!!! 通过id可以正常查询,非id,作为新手,还不太会,希望大佬帮忙