提交 7843bc1c 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

refactor: 调整 getApp 示例

上级 fc3c78b5
......@@ -1217,12 +1217,7 @@ export default {
// 自动化测试
checkLaunchPath() : boolean {
const app = getApp()
// #ifndef APP-ANDROID
return app.vm.checkLaunchPath()
// #endif
// #ifdef APP-ANDROID
return app.checkLaunchPath()
// #endif
return app.vm!.checkLaunchPath()
},
// #ifndef APP-ANDROID
// 自动化测试
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册