diff --git a/components/post/actorList.vue b/components/post/actorList.vue
new file mode 100644
index 0000000..50c2964
--- /dev/null
+++ b/components/post/actorList.vue
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+ 已认证
+
+
+
+ {{ item.photographerContent }}
+
+
+
+
+ {{ $dayjs(item.createTime).format('YYYY-MM-DD') }}
+
+
+
+ 联系方式 去查看
+
+
+ 价格 ¥{{ item.money }}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/post/postList.vue b/components/post/postList.vue
new file mode 100644
index 0000000..d76bc2c
--- /dev/null
+++ b/components/post/postList.vue
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+ {{ item.title }}
+
+
+
+ 发布人:{{ item.userId }}
+
+
+
+ {{ item.dropNum?item.dropNum:0 }}
+
+
+
+ {{ $dayjs(item.createTime).format('YYYY-MM-DD') }}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/index/activity.vue b/pages/index/activity.vue
index 78913b6..46a824b 100644
--- a/pages/index/activity.vue
+++ b/pages/index/activity.vue
@@ -1,15 +1,23 @@
+
+
+
+