value为获取的input值
db.collection('bookI').where({
'author': db.RegExp({
regexp: value,
options: 'i'
})
}).get({
success(res) {
console.log(res.data)
}
})
value为获取的input值
db.collection('bookI').where({
'author': db.RegExp({
regexp: value,
options: 'i'
})
}).get({
success(res) {
console.log(res.data)
}
})
本文标题:微信小程序云开模糊搜索
本文链接:https://www.haomeiwen.com/subject/qulgoqtx.html
网友评论