浪里白条999
浪里白条999
  • 发布:2022-07-02 17:38
  • 更新:2022-07-20 16:17
  • 阅读:332

【报Bug】编译小程序代码,在win环境支付宝开发工具可以跑,在mac支付宝开发工具报错

分类:uni-app

产品分类: uniapp/小程序/阿里

PC开发环境操作系统: Mac

PC开发环境操作系统版本号: inter的cpu苹果电脑,monterey

HBuilderX类型: 正式

HBuilderX版本号: 3.4.18

第三方开发者工具版本号: 版本3.1.2 (3.1.2)

基础库版本号: 2.7.21

项目创建方式: HBuilderX

操作步骤:

用上传附件里代码,在inter的cpu的mac电脑,支付宝小程序运行

预期结果:

代码正常运行

实际结果:

代码跑不起来,报错:
[Tip] app.usingComponents should needs to be used with app.lazyCodeLoading!

bug描述:

编译出来的代码在我mac电脑跑不起来,给同事的windowns代码可以跑,代码一摸一样的

报错如下:

ERROR in ./app.json
Module Error (from /snapshot/code-repo/out/target/bundle/node_modules/@ali/antcube-build/lib/build/loader/app.js):
[Tip] app.usingComponents should needs to be used with app.lazyCodeLoading!

2022-07-02 17:38 负责人:无 分享
已邀请:
浪里白条999

浪里白条999 (作者)


看最近有好多人也出现这个问题

haoyuol

haoyuol

已经解决,在manifest.json文件里添加"lazyCodeLoading" : "requiredComponents",就可以了

"mp-alipay" : {
"usingComponents" : true,
"appid" : "你的支付宝小程序ID",
"lazyCodeLoading" : "requiredComponents",
"uniStatistics" : {
"enable" : true
}
},

DCloud_UNI_GSQ

DCloud_UNI_GSQ

升级支付宝小程序beta版到3.1.3,可以看到更新日志:

修复 app.json 中使用 usingComponents 时,提示必须开启 lazyCodeLoading 的编译报错。

该问题目前已经被锁定, 无法添加新回复