From 3b97439ddda0eaa69e46bbf8848bb2bd7464bff2 Mon Sep 17 00:00:00 2001 From: wanglei Date: Mon, 15 Jul 2024 16:31:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dangan-ui/src/views/dangan/collection/index.vue | 4 ++-- dangan-ui/src/views/dangan/pictureRecard/index.vue | 4 ++-- dangan-ui/src/views/dangan/task/index.vue | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dangan-ui/src/views/dangan/collection/index.vue b/dangan-ui/src/views/dangan/collection/index.vue index 987f30b..89c98ce 100644 --- a/dangan-ui/src/views/dangan/collection/index.vue +++ b/dangan-ui/src/views/dangan/collection/index.vue @@ -653,12 +653,12 @@ export default { return; } - let total1 = await listTask({status: '1'}).then(response => { + let total1 = await listTask({status: '-1'}).then(response => { return response.total; }); if(total1 > total_task[0].value || total1 == total_task[0].value){ - this.$alert(`同时接收任务最大数【${total_task[0].value}】,请稍后再试!`, `提示`, { + this.$alert(`已到达【任务等待】最大数【${total_task[0].value}】,请稍后再试!`, `提示`, { type: 'warning' }); return; diff --git a/dangan-ui/src/views/dangan/pictureRecard/index.vue b/dangan-ui/src/views/dangan/pictureRecard/index.vue index de3b845..190523a 100644 --- a/dangan-ui/src/views/dangan/pictureRecard/index.vue +++ b/dangan-ui/src/views/dangan/pictureRecard/index.vue @@ -328,12 +328,12 @@ export default { return; } - let total1 = await listTask({status: '1'}).then(response => { + let total1 = await listTask({status: '-1'}).then(response => { return response.total; }); if(total1 > total_task[0].value || total1 == total_task[0].value){ - this.$alert(`同时接收任务最大数【${total_task[0].value}】,请稍后再试!`, `提示`, { + this.$alert(`已到达【任务等待】最大数【${total_task[0].value}】,请稍后再试!`, `提示`, { type: 'warning' }); return; diff --git a/dangan-ui/src/views/dangan/task/index.vue b/dangan-ui/src/views/dangan/task/index.vue index 997035d..44e46e0 100644 --- a/dangan-ui/src/views/dangan/task/index.vue +++ b/dangan-ui/src/views/dangan/task/index.vue @@ -286,12 +286,12 @@ }, async onReRecongnize(row){ let total_task = this.dict.type.total_task; - let total1 = await listTask({status: '1'}).then(response => { + let total1 = await listTask({status: '-1'}).then(response => { return response.total; }); if(total1 > total_task[0].value || total1 == total_task[0].value){ - this.$alert(`同时接收任务最大数【${total_task[0].value}】,请稍后再试!`, `提示`, { + this.$alert(`已到达【任务等待】最大数【${total_task[0].value}】,请稍后再试!`, `提示`, { type: 'warning' }); return;