提交 02494e71 编写于 作者: W wangyaqi

fix: 修复createSelectorQuery exec()不写回调函数时在支付宝小程序报错

上级 529e75fe
......@@ -41,7 +41,9 @@ function createExecCallback (execCallback) {
callback(res[index])
})
})
execCallback(res)
if (isFn(execCallback)) {
execCallback(res)
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册