微信小程序 模糊搜索代码
const db = wx.cloud.database()
wx.cloud.database().collection('bbgl').where(
{bbmc:db.RegExp({
regexp: this.data.keyword,
}),}
).get()
.then(res =>{})
const db = wx.cloud.database()
wx.cloud.database().collection('bbgl').where(
{bbmc:db.RegExp({
regexp: this.data.keyword,
}),}
).get()
.then(res =>{})
欢迎留下你的看法
共 0 条评论