From fb5de4370b3919a91d94eed1b1b9d1a8624060f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=B2=E4=B9=88=E4=BA=86?= Date: Thu, 31 Aug 2023 16:14:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=8A=82=E6=B5=81=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/request.js | 4 ++-- pages/device/APF/detail.vue | 11 ++++++----- pages/home/selectEngineering.vue | 14 +++++++++++--- pages/project/new.vue | 2 +- 4 files changed, 20 insertions(+), 11 deletions(-) diff --git a/common/js/request.js b/common/js/request.js index c378a4a..6c98ed7 100644 --- a/common/js/request.js +++ b/common/js/request.js @@ -40,7 +40,7 @@ export default (options = {}) => { if (arr.indexOf(options.url) > -1) { setTimeout(() => { arr.splice(arr.indexOf(options.url), 1) - }, 300) + }, 1500) } if (res.data.resultCode !== 10000 && res.data.code !== 'A0000') { errHandler(res.data) @@ -53,7 +53,7 @@ export default (options = {}) => { if (arr.indexOf(options.url) > -1) { setTimeout(() => { arr.splice(arr.indexOf(options.url), 1) - }, 300) + }, 1500) } reject(err) uni.showToast({ diff --git a/pages/device/APF/detail.vue b/pages/device/APF/detail.vue index e02e121..4d05817 100644 --- a/pages/device/APF/detail.vue +++ b/pages/device/APF/detail.vue @@ -32,7 +32,6 @@