y***@163.com
y***@163.com
  • 发布:2025-10-13 11:40
  • 更新:2025-10-13 19:23
  • 阅读:51

Vue版本选择3后getApp()无法正确获取

分类:uni-app

经测试vue版本2是没有问题的,vue版本3就不行。
内置浏览器好使,真机调试不行,夜神模拟器也不行
hbuilderx是最新版本

代码:

var app = getApp({  
    allowDefault: true  
});  
console.info("app:" + app);  
app.checkLogin();//这是app.vue中的方法  

vue2是正常的,vue3输出结果:
app:[object Object]
[Vue warn]: Unhandled error during execution of onLoad
at <MainpageId=2pagePath="pages/main/main"__pageQuery={} ...>
11:35:54.249 TypeError: app$a.checklogin is not a function

2025-10-13 11:40 负责人:无 分享
已邀请:
DCloud_UNI_yuhe

DCloud_UNI_yuhe

hello , 使用的哪个版本的hbuilderx?是否可以提供一下一个测试项目?

要回复问题请先登录注册