From 6e54af776db885ad1a22ec582bdc97d7e1273c6c Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Wed, 13 Jan 2021 17:31:30 +0800 Subject: [PATCH] 系统优化 --- hive-app/common/jssdk/httpUtils.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hive-app/common/jssdk/httpUtils.js b/hive-app/common/jssdk/httpUtils.js index bdaba41..124b6f1 100644 --- a/hive-app/common/jssdk/httpUtils.js +++ b/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() -- Gitblit v1.9.1