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 @@
+
+
+
+
+
+
+
+ {{ item.title }}
+
+
+ 已认证
+
+
+
+ (介绍:介绍内容介内容介绍内容介内容介绍内容介内容介绍内容介内容)
+
+
+
+
+ {{ item.createTime }}
+
+
+
+ 联系方式 去查看
+
+
+ 价格 ¥9999
+
+
+
+
+
+
+
+
+
\ 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 @@
@@ -20,7 +20,7 @@
- {{ item.title }}
+ {{ item.createTime }}
@@ -47,7 +47,7 @@
background-color: #fff;
overflow: hidden;
border-radius: 10rpx;
- color: #555;
+ color: #777;
display: flex;
font-size: 24rpx;
margin: 30rpx 0;
diff --git a/pages.json b/pages.json
index 4aca4af..755c9dd 100644
--- a/pages.json
+++ b/pages.json
@@ -110,6 +110,13 @@
{
"navigationBarTitleText" : ""
}
+ },
+ {
+ "path" : "pages/publish/actorList",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
+ }
}
],
"globalStyle": {
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 1ebc502..f1c82d7 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -40,7 +40,8 @@
认证演员
-
+
查看全部
动态帖子
-
+
查看全部
+
+
+
+
+
+
+ 认证创作者
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
+
+
+
+
+
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 @@
-
-
+
+
-
+
-
+
-
+
{{ item.title }}
-
+
发布人:{{ item.createBy }}
@@ -26,107 +20,89 @@
发布时间:{{ item.createTime }}
-
-
+
+
-
-
- 举报
-
-
-
- 点赞
-
-
-
- 分享
-
-
-
- 踩
-
+
-
-
+
+
-
+
+
\ 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 @@