From 84ebb437363e6f795622b6c772c2500fa7d97608 Mon Sep 17 00:00:00 2001 From: zyronon Date: Fri, 8 Oct 2021 01:23:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=B3=E6=B3=A8=E5=92=8C?= =?UTF-8?q?=E7=B2=89=E4=B8=9D=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 29 +--- src/App.vue | 5 +- src/pages/home/Index2.vue | 1 + src/pages/me/Me.vue | 31 +++- src/pages/me/MyCard.vue | 32 +--- src/pages/me/Uploader.vue | 4 +- src/pages/me/collect/MusicCollect.vue | 2 +- src/pages/message/Message.vue | 4 +- src/pages/people/FollowAndFans.vue | 208 +++++++++++++++++++++++++ src/pages/people/components/People.vue | 2 +- src/router/index.js | 6 +- 11 files changed, 254 insertions(+), 70 deletions(-) create mode 100644 src/pages/people/FollowAndFans.vue diff --git a/README.md b/README.md index 6f45d63..be01ef8 100644 --- a/README.md +++ b/README.md @@ -26,33 +26,10 @@ -- 添加朋友|☑ -- 我的音乐|☑ -- 抖音商城|0 --- 收藏视频\音乐|50% +-- 收藏视频\音乐|☑ -- 右侧菜单子页面|10% -- 设置|☑ --- -- 子页面|☑ +-- -- 具体设置页面|0 登录\注册|☑ 首页| - -## 目标功能 - -- [x] 首页 -- [x] 直播 -- [x] 登录、注册 -- [x] 密码找回 -- [x] 修改个人资料 -- [x] 个人信息浏览(已发布、点赞的视频) -- [x] 上传头像 -- [x] 发送邮件验证 -- [x] 视频浏览 -- [x] 关注与粉丝 -- [x] 视频点赞、评论点赞 -- [x] 视频评论、回复评论 -- [x] 评论@用户 -- [x] 关注动态浏览 -- [x] 好友(互相关注)间私信 -- [x] 发布动态 -- [x] 搜索视频,用户(根据视频描述,根据昵称或id) -- [x] 私信、被关注、被评论、被@、被点赞、关注人发布动态的消息提醒 -- [ ] 删除评论 -- [ ] 删除视频 -- [ ] 分享 \ No newline at end of file + \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index faa0801..4a0f050 100644 --- a/src/App.vue +++ b/src/App.vue @@ -66,7 +66,10 @@ export default { '/choose-location', '/choose-province', '/choose-city', - '/find-acquaintance', + + '/people/follow-and-fans', + '/people/find-acquaintance', + '/address-list', '/video-detail', '/my-card', diff --git a/src/pages/home/Index2.vue b/src/pages/home/Index2.vue index 614be51..e4b5c6e 100644 --- a/src/pages/home/Index2.vue +++ b/src/pages/home/Index2.vue @@ -122,6 +122,7 @@
-
+
获赞 - {{ $likeNum(localAuthor.aweme_count) }} + {{ $likeNum(userinfo.aweme_count) }}
-
+
关注 - {{ $likeNum(localAuthor.following_count) }} + {{ $likeNum(userinfo.following_count) }}
-
+
粉丝 - {{ $likeNum(localAuthor.follower_count) }} + {{ $likeNum(userinfo.follower_count) }}
@@ -103,7 +103,7 @@
主页访客
-
+
添加朋友
@@ -323,6 +323,19 @@
+ + + +
+ + diff --git a/src/pages/people/components/People.vue b/src/pages/people/components/People.vue index 596ca81..b154b8c 100644 --- a/src/pages/people/components/People.vue +++ b/src/pages/people/components/People.vue @@ -1,7 +1,7 @@