最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

前端獲取http狀態(tài)碼400的返回值實例

 更新時間:2017年09月30日 09:03:15   作者:蓓蕾心晴  
下面小編就為大家?guī)硪黄岸双@取http狀態(tài)碼400的返回值實例。小編覺得挺不錯的,現(xiàn)在就分享給大家,也給大家做個參考。一起跟隨小編過來看看吧

如下所示:

axios.get("/check_mobile_and_sent_code",{withCredentials:true,params:{mobile:formInline.mobile}}).then(res=>{
            console.log(res);
            //if(res.result==true){
              if (!this.timer) {
                this.count = this.TIME_COUNT;
                this.show = false;
                this.timer = setInterval(() => {
                  if (this.count > 0 && this.count <= this.TIME_COUNT) {
                    this.count--;
                  } else {
                    this.show = true;
                    clearInterval(this.timer);
                    this.timer = null;
                  }
                }, 1000)
              }
            //}
          }).catch(error=>{
            console.log(error.response.data);
            console.log(error.response.status);
            console.log(error.response.headers); 
            console.log('Error', error.message);
            console.log(error.config);
          })

使用場景:

當(dāng)后端判斷驗證的手機號已存在的時候會返回400,這時需要跳到error條件中,得到后臺400的返回數(shù)據(jù)如上。

以下是error.response返回值:

這里如果直接輸出error,等于error.message

附狀態(tài)碼為200的返回值:

以上這篇前端獲取http狀態(tài)碼400的返回值實例就是小編分享給大家的全部內(nèi)容了,希望能給大家一個參考,也希望大家多多支持腳本之家。

相關(guān)文章

  • 第3天:定義語言編碼

    第3天:定義語言編碼

    第3天:定義語言編碼...
    2006-12-12
  • CSS的color顏色使用說明

    CSS的color顏色使用說明

    css可以處理16,777,216顏色,可以使用名字、rgb值或十六進制代碼。
    2008-08-08
  • 最新評論

    大化| 拉孜县| 丰原市| 若羌县| 佛坪县| 岢岚县| 察哈| 扶风县| 辽中县| 西青区| 吴忠市| 扎囊县| 阳信县| 周宁县| 肇州县| 海兴县| 雷波县| 安国市| 信阳市| 濮阳县| 大连市| 磴口县| 台中县| 芦山县| 绍兴县| 台北市| 双桥区| 沂水县| 霍邱县| 山东| 大埔区| 铁力市| 电白县| 栾城县| 丘北县| 东山县| 隆林| 东乡县| 永宁县| 宁都县| 沁水县|