We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题描述 阿里小程序IDE uni.createSelectorQuery(...).in is not a function
复现步骤 HBuilder X 运行钉钉小程序项目,调用阿里小程序IDE打开编译后项目,执行相关代码uni.createSelectorQuery().in(this)
实际结果 uni.createSelectorQuery(...).in is not a function
系统信息:
The text was updated successfully, but these errors were encountered:
阿里系列小程序不支持in(this) , 请使用条件编译。已补充文档说明
// #ifndef MP-ALIPAY .in(this) // #endif
Sorry, something went wrong.
fix: 修复支付宝小程序使用in(this)报错的Bug #1190
09f0724
现已修改为使用in(this)不报错
in(this)
No branches or pull requests
问题描述
阿里小程序IDE uni.createSelectorQuery(...).in is not a function
复现步骤
HBuilder X 运行钉钉小程序项目,调用阿里小程序IDE打开编译后项目,执行相关代码uni.createSelectorQuery().in(this)
实际结果
uni.createSelectorQuery(...).in is not a function
系统信息:
阿里小程序IDE 1.1.3
The text was updated successfully, but these errors were encountered: