提交 09f07246 编写于 作者: 雪洛's avatar 雪洛

fix: 修复支付宝小程序使用in(this)报错的Bug #1190

上级 2c3e3f47
......@@ -88,6 +88,12 @@ export function createSelectorQuery () {
return this
}
}
if (!query.in) {
query.in = function () {
return this
}
}
return query
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册