现有一组城市选项,请问如果在where条件筛选中。如果选择不限postion为任意条件, 选择某个城市position为该城市,这样的情况如何去写。
data:{
position:' '
}
db.collection('test').where({
position:?
({
微信小程序开发问题解答
微信小程序开发者回答:data:{
position:' '
},
func(e) {
let { position } = e.target.detail.dataset
db.collection('test').where({
position
})
}
本文网址:http://www.91bianli.com/weixinxiaochengxu/16236.html