From e36ec50299deca525c4f147760f802d126747ea4 Mon Sep 17 00:00:00 2001
From: huliyong <2783385703@qq.com>
Date: Mon, 7 Oct 2024 21:55:51 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/post/actorList.vue | 131 ++++++++++++++++++++
components/post/postList.vue | 84 +++++++++++++
pages/index/activity.vue | 10 +-
pages/index/index.vue | 275 +-----------------------------------------
4 files changed, 226 insertions(+), 274 deletions(-)
create mode 100644 components/post/actorList.vue
create mode 100644 components/post/postList.vue
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 @@
+
+
+
+