·```
Promise.allSettled([
carRepertory({
days: this.days
})
]).then(res=>{
console.log(res,'res')
})
产品分类: 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
[Vue warn]: Error in onLoad hook: "TypeError: undefined is not a function (near '...Promise.allSettled...')"
Promise.all可以正常使用,Promise.allSettled无法使用