From e28f96d7790103c4d5c1e0ef968bdbd29d518a3a Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Fri, 23 Aug 2024 20:57:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=BC=94=E5=91=98=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/base/navbar.vue | 4 +- components/content/contentControls.vue | 47 +++++++++++ components/post/actorList.vue | 126 ++++++++++++++++++++++++++++ components/post/postList.vue | 6 +- pages.json | 7 ++ pages/index/index.vue | 6 +- pages/publish/actorList.vue | 101 +++++++++++++++++++++++ pages/publish/postDetail.vue | 146 ++++++++++++++------------------- pages/publish/postList.vue | 9 ++ uni.scss | 2 + 10 files changed, 362 insertions(+), 92 deletions(-) create mode 100644 components/content/contentControls.vue create mode 100644 components/post/actorList.vue create mode 100644 pages/publish/actorList.vue diff --git a/components/base/navbar.vue b/components/base/navbar.vue index 56d2811..bd958f6 100644 --- a/components/base/navbar.vue +++ b/components/base/navbar.vue @@ -78,8 +78,8 @@ \ No newline at end of file diff --git a/components/post/actorList.vue b/components/post/actorList.vue new file mode 100644 index 0000000..64afdea --- /dev/null +++ b/components/post/actorList.vue @@ -0,0 +1,126 @@ + + + + + \ No newline at end of file diff --git a/components/post/postList.vue b/components/post/postList.vue index 68fcb27..d6ca65c 100644 --- a/components/post/postList.vue +++ b/components/post/postList.vue @@ -1,7 +1,7 @@ + + + + diff --git a/pages/publish/postDetail.vue b/pages/publish/postDetail.vue index 1b47e7d..66f1a3c 100644 --- a/pages/publish/postDetail.vue +++ b/pages/publish/postDetail.vue @@ -1,23 +1,17 @@ + \ No newline at end of file diff --git a/pages/publish/postList.vue b/pages/publish/postList.vue index 6a4765d..47bed84 100644 --- a/pages/publish/postList.vue +++ b/pages/publish/postList.vue @@ -6,6 +6,10 @@ @leftClick="$utils.navigateBack" title="动态列表"/> + + 动态列表 + + @@ -66,6 +70,11 @@