From 507571b5d4cf9a10937a0140ae45e50d07db79ae Mon Sep 17 00:00:00 2001
From: yujialong <479214531@qq.com>
Date: Fri, 5 Nov 2021 11:16:28 +0800
Subject: [PATCH 3/5] =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=90=8D=E7=A7=B0?=
=?UTF-8?q?=E5=86=B2=E7=AA=81=EF=BC=9Aarticle?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/info/details/index.vue | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/pages/info/details/index.vue b/src/pages/info/details/index.vue
index d8068de..df98e74 100644
--- a/src/pages/info/details/index.vue
+++ b/src/pages/info/details/index.vue
@@ -35,7 +35,6 @@ import 'quill/dist/quill.core.css';
import 'quill/dist/quill.snow.css';
import 'quill/dist/quill.bubble.css';
export default {
- name: 'article',
data() {
return {
firstName: this.$route.query.first,
From 11cb2d744a9c41965730f6cc1543f4c765dbafd5 Mon Sep 17 00:00:00 2001
From: yujialong <479214531@qq.com>
Date: Fri, 5 Nov 2021 11:49:47 +0800
Subject: [PATCH 4/5] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=8A=B6=E6=80=81?=
=?UTF-8?q?=E4=BC=9A=E8=B7=B3=E5=8A=A8bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/ass/list/index.vue | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/pages/ass/list/index.vue b/src/pages/ass/list/index.vue
index be1376c..e0424f8 100644
--- a/src/pages/ass/list/index.vue
+++ b/src/pages/ass/list/index.vue
@@ -87,12 +87,12 @@
-
+
{{ stuState[scope.row.stuState] }}
-
+
未参加
{
+ i.show = false;
if (i.status === 2) { // 已结束
i.countDown = 0;
} else {
From d861727bb9627f568b6f0308caa6c2c45447704b Mon Sep 17 00:00:00 2001
From: yujialong <479214531@qq.com>
Date: Fri, 5 Nov 2021 12:12:52 +0800
Subject: [PATCH 5/5] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8A=A0=E5=BF=AB?=
=?UTF-8?q?=E5=80=92=E8=AE=A1=E6=97=B6bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/ass/list/index.vue | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/src/pages/ass/list/index.vue b/src/pages/ass/list/index.vue
index e0424f8..ec52cee 100644
--- a/src/pages/ass/list/index.vue
+++ b/src/pages/ass/list/index.vue
@@ -7,7 +7,7 @@
-
-
+
{{ item.name }}
@@ -62,7 +62,7 @@