db.collection(’’).where({
ID: this.data.ID
}).get({
success: res => {
}
})
let that = this
ID:this.data.ID
console.log(that.data);