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 @@