From df3b02e15b3b7342a4f33e5bce3881cffed70a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E5=8F=AF?= <1284707383@qq.com> Date: Tue, 24 Aug 2021 15:00:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E6=9C=9F=E9=A1=B5=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 13 ++++++---- pages/find/find.vue | 9 ++++--- pages/index/index.vue | 9 ++++--- pages/messageCenter/index.vue | 48 +++++++++++++++++++++++------------ pages/my/exclusiveMatch.vue | 2 +- pages/my/memberDetails.vue | 5 ++-- pages/userList/filter.json | 13 ++++++++++ pages/userList/userList.vue | 2 +- 8 files changed, 69 insertions(+), 32 deletions(-) diff --git a/pages.json b/pages.json index ab4477a..449af72 100644 --- a/pages.json +++ b/pages.json @@ -261,11 +261,6 @@ "iconPath": "static/tabbar/find.png", "selectedIconPath": "static/tabbar/find-active.png", "text": "发现" - },{ - "pagePath": "pages/personalTailor/personalTailor", - "iconPath": "static/tabbar/customized.png", - "selectedIconPath": "static/tabbar/customized-active.png", - "text": "私人定制" },{ "pagePath": "pages/messageCenter/index", "iconPath": "static/tabbar/message.png", @@ -277,5 +272,13 @@ "selectedIconPath": "static/tabbar/my-active.png", "text": "我的" }] + + //二期隐藏部分 + // { + // "pagePath": "pages/personalTailor/personalTailor", + // "iconPath": "static/tabbar/customized.png", + // "selectedIconPath": "static/tabbar/customized-active.png", + // "text": "私人定制" + // }, } } diff --git a/pages/find/find.vue b/pages/find/find.vue index d4cd6c6..c4eccb5 100644 --- a/pages/find/find.vue +++ b/pages/find/find.vue @@ -7,7 +7,7 @@ - + @@ -25,7 +25,10 @@ 08:38 - + + 分享 + + diff --git a/pages/index/index.vue b/pages/index/index.vue index 9aab2bf..763f78d 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -6,10 +6,10 @@ 搜索 - 签到 + - + @@ -71,7 +71,8 @@ display: flex; justify-content: space-between; .search{ - width: 530rpx; + // width: 530rpx; + width: 100%; height: 62rpx; background: #F7F7F7; border-radius: 32rpx; diff --git a/pages/messageCenter/index.vue b/pages/messageCenter/index.vue index 755c331..b8196ef 100644 --- a/pages/messageCenter/index.vue +++ b/pages/messageCenter/index.vue @@ -9,7 +9,8 @@ {{ item.title }} {{ item.desc }} - + + 99+ @@ -19,23 +20,25 @@ diff --git a/pages/my/exclusiveMatch.vue b/pages/my/exclusiveMatch.vue index 7bbc690..0504370 100644 --- a/pages/my/exclusiveMatch.vue +++ b/pages/my/exclusiveMatch.vue @@ -12,7 +12,7 @@ 微信:gyw38283 - + 复制 diff --git a/pages/my/memberDetails.vue b/pages/my/memberDetails.vue index 9922df9..3aa5002 100644 --- a/pages/my/memberDetails.vue +++ b/pages/my/memberDetails.vue @@ -65,14 +65,15 @@ 分享 - + + diff --git a/pages/userList/filter.json b/pages/userList/filter.json index bfacf53..3b182b9 100644 --- a/pages/userList/filter.json +++ b/pages/userList/filter.json @@ -1,4 +1,17 @@ { + "total": { + "name": "综合", + "selected": "", + "data": [{ + "value": "默认排序" + },{ + "value": "最新加入" + },{ + "value": "最近在线" + },{ + "value": "动态最多" + }] + }, "gender": { "name": "性别", "selected": "", diff --git a/pages/userList/userList.vue b/pages/userList/userList.vue index 04de67e..21ba996 100644 --- a/pages/userList/userList.vue +++ b/pages/userList/userList.vue @@ -1,7 +1,7 @@