旧崖
旧崖
  • 发布:2021-10-18 16:15
  • 更新:2021-10-18 16:15
  • 阅读:860

【报Bug】Promise.allSettled在ipad端无法使用

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: 11

HBuilderX类型: 正式

HBuilderX版本号: 3.2.9

手机系统: iOS

手机系统版本号: iOS 12.4

手机厂商: 苹果

手机机型: ipad air

页面类型: vue

打包方式: 云端

项目创建方式: HBuilderX

操作步骤:

·```
Promise.allSettled([
carRepertory({
days: this.days
})
]).then(res=>{
console.log(res,'res')
})

预期结果:

正常运行

实际结果:

[Vue warn]: Error in onLoad hook: "TypeError: undefined is not a function (near '...Promise.allSettled...')"
TypeError: undefined is not a function (near '...Promise.allSettled...') __ERROR

bug描述:

[Vue warn]: Error in onLoad hook: "TypeError: undefined is not a function (near '...Promise.allSettled...')"

Promise.all可以正常使用,Promise.allSettled无法使用

2021-10-18 16:15 负责人:无 分享
已邀请:

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