https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/js-support.html JavaScript 支持情况 运行限制 基于安全考虑,小程序中不支持动态执行 JS 代码,即: 不支持使用 [代码]eval[代码] 执行 JS 代码不支持使用 [代码]new Function[代码] 创建函数[代码]new Function('return this')[代码] 除外我是这个问题,后来看文档才发现。还是没仔细看
为什么引用npm中@mediapipe/pose 包时实例化接口报错?[图片] 可以看到开发者工具跳出Pose类接口,但是在运行时出错 VM50 WAService.js:2 TypeError: p.Pose is not a constructor at Vo.onLoad (index.js? [sm]:28) at Vo.<anonymous> (VM50 WAService.js:2) at Vo.a.__callPageLifeTime__ (VM50 WAService.js:2) at un (VM50 WAService.js:2) at VM50 WAService.js:2 at gn (VM50 WAService.js:2) at r.<anonymous> (VM50 WAService.js:2) at s.<anonymous> (VM50 WAService.js:2) at s.emit (VM50 WAService.js:2) at Object.emit (VM50 WAService.js:2)(env: Windows,mp,1.05.2204180; lib: 2.19.4) [图片] 是个construtor啊
2022-05-22我也有此问题,期待解决
微信开发工具使用ts开发会提示找不到js文件?工具版本:1.05.2203181 操作系统: MacOS Big Sur 11.2.3 (20D91) --------- [Analyse code] 53 dependency exceptions found, please check Couldn't resolve the Js file "app.js" relative to "app.json" Couldn't resolve the Js file "pages/index/index.js" relative to "pages/index/index.json" Couldn't resolve the Js file...... 这个猜测是 "代码依赖分析"功能给输出的,因为项目使用的是ts开发,并不会在开发目录下生成对应的js,这个分析功能发现页面没有对应的js就爆出警告了 现在的问题是,有没有地方可以设置,将这个分析功能关闭呢?
2022-05-12