小程序云where查询问题
var t = this, e = t.data.id;
console.log(e)
const db = wx.cloud.database()
db.collection(‘aa’).where({ did:13})
这样可以查询结果
如果
db.collection(‘aa’).where({ did:e })
查不出,怎么解决
var t = this, e = t.data.id;
console.log(e)
const db = wx.cloud.database()
db.collection(‘aa’).where({ did:13})
这样可以查询结果
如果
db.collection(‘aa’).where({ did:e })
查不出,怎么解决