From d207cec9a0e6d1491bec4ba3d0ac29e8b326625e Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 22 Sep 2023 16:42:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=9D=A3=E4=BF=83=E5=B0=8F?= =?UTF-8?q?=E7=BB=84=E6=9C=8D=E5=8A=A1=E5=9B=A2=E9=98=9F=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=8D=A1=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/task/taskItem.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/task/taskItem.vue b/components/task/taskItem.vue index 3575318..e525e8c 100644 --- a/components/task/taskItem.vue +++ b/components/task/taskItem.vue @@ -68,7 +68,7 @@ - {{extend.not_done_count||0}}/{{extend.total||0}} + {{extend.total-extend.not_done_count||0}}/{{extend.total||0}} {{extend.done_count||0}}/{{extend.total||0}} @@ -165,6 +165,9 @@ case 35: this.navTo(`/subpkg/buyShare/buyShare?task_id=${this.$props.datas?.id}`); break; + case 47: + this.navTo(`/subpkg/serviceTask/serviceTask4?task_id=${this.$props.datas?.id}`); + break; default: this.navTo(''); break;