typeError: _promise2.default.allSettled is not a function
没找到原因,不浪费时间,还是直接使用Promise.all好了。代码如下:Promise.all(requests.map(p=>p.then(value=>({status:"fulfilled",value})).catch(reason=>({status:"rejected",reason})))).then(res=>{this.afterSaleShow=false;letlength