res.data[0].字段名
db.collection('itemData').where({
Brand: '小米'
}).get({
success: function(res) {
console.log(res.data[0].Price)
src = res.data[0].img
}
})
res.data[0].字段名
db.collection('itemData').where({
Brand: '小米'
}).get({
success: function(res) {
console.log(res.data[0].Price)
src = res.data[0].img
}
})