From 8a6a6627aae923deceb51cbe9fbc5e9dd7f36abf Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Thu, 21 Sep 2023 18:17:04 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E4=BB=BB=E5=8A=A1?=
=?UTF-8?q?=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 | 50 +-----------------------------------
1 file changed, 1 insertion(+), 49 deletions(-)
diff --git a/components/task/taskItem.vue b/components/task/taskItem.vue
index 17282cd..c161127 100644
--- a/components/task/taskItem.vue
+++ b/components/task/taskItem.vue
@@ -62,6 +62,7 @@
进行中
+ 进行中
-
- 任务名称:
- {{datas.title}}
-
-
-
-
-
-
-
-
-
-
-
- 任务状态:
-
-
-
-
- {{(datas.extend.informationg.update?datas.extend.informationg.update:0)+'/'+(datas.extend.informationg.count?datas.extend.informationg.count:0)}}
-
-
- {{(datas.extend.transaction.arr.total_price?datas.extend.transaction.arr.total_price:0)+'元/'+(datas.extend.transaction.arr.day_money?datas.extend.transaction.arr.day_money:0)+'元'}}
-
- 进行中
-
- 进行中
-
- 已完成
- 已关闭
-
-
- ¥{{datas.money||'0.00'}}元
-
-
-
- 完成时间:
- {{datas.end_time}}
-
-
- 进入任务
-
-
-
-
- -->
@@ -180,7 +133,6 @@
} else Toast('暂未开放')
},
clickTask() {
- // console.log('点击', this.$props.datas);
// if ((this.$props.datas.type != 31) && this.$props.datas.status !== 2 && this.$props.datas.status !== 1) {
// return this.$props.datas.status == 3 ? Toast('任务已完成!') : Toast('任务已结束!');
// }