const _ = db.command
db.collection('reply').doc(id).update({
data: {
thumbUp: _.pull(this.data.openid)
}
})
为什么提示TypeError: _.pull is not a function
const _ = db.command
db.collection('reply').doc(id).update({
data: {
thumbUp: _.pull(this.data.openid)
}
})
为什么提示TypeError: _.pull is not a function
1 个回答
已解决,开发者工具右上角详情-本地设置-调试基础库选版本