第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

有沒有人遇到過這個(gè)問題哈!axios.all 多個(gè)請(qǐng)求同時(shí)報(bào)錯(cuò) catch不到求指導(dǎo)!

有沒有人遇到過這個(gè)問題哈!axios.all 多個(gè)請(qǐng)求同時(shí)報(bào)錯(cuò) catch不到求指導(dǎo)!

catch不到多個(gè)報(bào)錯(cuò)信息兩個(gè)請(qǐng)求都返回了報(bào)錯(cuò)狀態(tài)axios.all([this.getFormData(),this.getFormHead()]).then(axios.spread((fromDataResp,formHeadResp)=>{console.log("成功")})).catch(error=>{console.log(error,'只能打印第二條報(bào)錯(cuò)')})試過這樣也不行axios.all([this.getFormData(),this.getFormHead()]).then(axios.spread((fromDataResp,formHeadResp)=>{console.log("成功")})).catch(axios.spread((fromDataerr,formHeaderr)=>{console.log(fromDataerr)//underfindconsole.log(formHeaderr)//underfind}))有大佬能指點(diǎn)一下嗎???
查看完整描述

2 回答

?
眼眸繁星

TA貢獻(xiàn)1873條經(jīng)驗(yàn) 獲得超9個(gè)贊

使用Promise.all只catch每一個(gè)函數(shù)。結(jié)果統(tǒng)一處理
;!asyncfunction(){
letres=awaitPromise.all([
fun01().catch(err=>err),
fun02().catch(err=>err),
fun03().catch(err=>err),
])
console.log('res',res);//["成功:11111","失敗:22222","成功:33333"]
functionfun01(){
returnnewPromise((resolve,reject)=>{
setTimeout(()=>{
resolve('成功:11111')
},2000)
})
}
functionfun02(){
returnnewPromise((resolve,reject)=>{
setTimeout(()=>{
reject('失?。?2222')
},2000)
})
}
functionfun03(){
returnnewPromise((resolve,reject)=>{
setTimeout(()=>{
resolve('成功:33333')
},2000)
})
}
}();
                            
查看完整回答
反對(duì) 回復(fù) 2019-10-16
  • 2 回答
  • 0 關(guān)注
  • 1600 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)