From 03f7613b3a5e1c2e155f9f9374ec6a741a0e4d83 Mon Sep 17 00:00:00 2001 From: taiyuan Date: Fri, 16 Apr 2021 18:09:56 +0800 Subject: [PATCH] request.js修改 --- utils/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/request.js b/utils/request.js index dc038a3..9b3c650 100644 --- a/utils/request.js +++ b/utils/request.js @@ -196,7 +196,7 @@ module.exports = { if(data.is_json){ header={ 'content-type': 'application/json'}; post_data=JSON.stringify(post_data); - } + }; return new Promise((resolve, reject) => { data.isShowLoading && th.showLoading(); wx.request({ -- libgit2 0.21.4