queenwuli
2021-01-13 6e54af776db885ad1a22ec582bdc97d7e1273c6c
hive-app/common/jssdk/httpUtils.js
@@ -42,7 +42,6 @@
             header,
            sslVerify: false,
             success: (res) => {
               extraObj.isShowLoad && uni.hideLoading()
               let result = res.data;
               if(!this.isNotLogin(result)){
                  resolve(result);
@@ -64,6 +63,7 @@
                     }
                  });
               }
               extraObj.isShowLoad && uni.hideLoading()
             },
            fail: (error) => {
               extraObj.isShowLoad && uni.hideLoading()