-
@@ -42,7 +57,7 @@ function handleClose() {
left: 0;
width: 100%;
height: 100%;
- background-color: rgba(0, 0, 0, 0.1);
+ // background-color: rgba(0, 0, 0, 0.01);
.close {
position: absolute;
top: 40px;
diff --git a/src/components/AppUserInfo/index.vue b/src/components/AppUserInfo/index.vue
index 425c882..4ee52b1 100644
--- a/src/components/AppUserInfo/index.vue
+++ b/src/components/AppUserInfo/index.vue
@@ -2,14 +2,14 @@
diff --git a/src/views/task/components/NoviceTask/index.d.ts b/src/views/task/components/NoviceTask/index.d.ts
index 5e10b80..65e86b9 100644
--- a/src/views/task/components/NoviceTask/index.d.ts
+++ b/src/views/task/components/NoviceTask/index.d.ts
@@ -1,6 +1,6 @@
export interface TaskType {
name: string
- score: number
+ points: number
status: number
id: string
}
diff --git a/src/views/task/components/NoviceTask/index.vue b/src/views/task/components/NoviceTask/index.vue
index 7ac0c75..55ccf3a 100644
--- a/src/views/task/components/NoviceTask/index.vue
+++ b/src/views/task/components/NoviceTask/index.vue
@@ -1,5 +1,5 @@
-
+