经测试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
1 个回复
DCloud_UNI_yuhe
hello , 使用的哪个版本的hbuilderx?是否可以提供一下一个测试项目?