下面的写法获取不到数据,请指教,
db.collection('uni-id-users')
.orderBy()
.where()
.watch({
onChange: (res) => {
},
onError: (err) => {
}
});
下面的写法获取不到数据,请指教,
db.collection('uni-id-users')
.orderBy()
.where()
.watch({
onChange: (res) => {
},
onError: (err) => {
}
});
0 个回复