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 })
查不出,怎么解决
微信小程序开发问题解答
微信小程序开发者回答:
t.data.id的值是string还是number呀~你这个地方如果13可以查到结果,那么e保存的是string值自然是要出错的呀
本文网址:http://www.91bianli.com/weixinxiaochengxu/39990.html