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
版本
引入方式 在小程序app.js中
const MITO = require('js文件') MITO.init({ })
初始化之后, 引入另一个js文件后, 调用其中的api时报错. 比如源代码中 App.b.c, 报错 b为undefined. 因此怀疑是App被覆盖. 如果不初始化MITO. 则不会报错.
The text was updated successfully, but these errors were encountered:
请提供示例代码
Sorry, something went wrong.
No branches or pull requests
版本
引入方式
在小程序app.js中
初始化之后, 引入另一个js文件后, 调用其中的api时报错. 比如源代码中 App.b.c, 报错 b为undefined.
因此怀疑是App被覆盖.
如果不初始化MITO. 则不会报错.
The text was updated successfully, but these errors were encountered: