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 @@