获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
同求问题的解决方法
collection.where参数可以使用变量吗?如果可以请问如何使用.where({tab:tab}) 这样 tab是可以获取到值 但是不能正常.get值 -变量 .where({tab:'share'}) 这样换成常量 就可以获取到值。 请问如何解决
2019-12-18求助,我在where中写了_.in(),结果产生报错 _ is not defined
小程序where 如何实现动态条件查询?wx.cloud.init({}); const db = wx.cloud.database({}); const cont = db.collection('todos'); Page({ data: { address: "" }, onLoad(options) { const ids=options console.log(ids) db.collection('todos').where({ _id:"ids", }).get() .then((res) => { console.log(res.data) }) .catch((err) => { console.log(err) }) } }) 请问options已传入一个ID值, 我定义了const ids=options, 为什么where实现不了动态查询,反回的是空数组. 急!!!十分火急!!
2019-12-18