diff --git a/pages/project/list/index.vue b/pages/project/list/index.vue
index 6869866..f02da13 100644
--- a/pages/project/list/index.vue
+++ b/pages/project/list/index.vue
@@ -127,14 +127,14 @@
- {{ project.projectName }}
+ {{ project.name }}
{{ getTagText(project) }}
- {{ project.description }}
+ {{ project.remark }}
@@ -598,7 +598,7 @@ onLoad(() => {