From 69528d67e065d15affb5eb233e896c3e4796a78f 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:55:23 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E6=9C=9F=E4=BC=98=E5=8C=96=E9=A1=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 12 ++++++++
pages/find/find.vue | 5 +++-
pages/my/contact.vue | 56 +++++++++++++++++++++++++++++++++++--
pages/my/index.vue | 28 +++++++++++--------
pages/my/likeMe.vue | 11 ++++++++
pages/my/memberDetails.vue | 4 +--
pages/my/seeMe.vue | 11 ++++++++
pages/userList/userList.vue | 10 +++++--
8 files changed, 116 insertions(+), 21 deletions(-)
create mode 100644 pages/my/likeMe.vue
create mode 100644 pages/my/seeMe.vue
diff --git a/pages.json b/pages.json
index 449af72..ce186a7 100644
--- a/pages.json
+++ b/pages.json
@@ -102,6 +102,18 @@
"navigationBarTitleText": "我的收藏"
}
},
+ {
+ "path": "pages/my/seeMe",
+ "style": {
+ "navigationBarTitleText": "谁看过我"
+ }
+ },
+ {
+ "path": "pages/my/likeMe",
+ "style": {
+ "navigationBarTitleText": "喜欢我的"
+ }
+ },
{
"path": "pages/my/editInfo",
"style": {
diff --git a/pages/find/find.vue b/pages/find/find.vue
index c4eccb5..9521063 100644
--- a/pages/find/find.vue
+++ b/pages/find/find.vue
@@ -26,7 +26,10 @@
08:38
- 分享
+
+
+ 分享
+
+ 13:23
+
+
+
+
+
+
+
+ 嘉宾xxxx很符合我的期待,我想与Ta尝试配对。
+
+
+
+
+
+ 13:23
+
+
+
+
+
+
+
+ 嘻嘻,小红娘明白啦!已经将您的爱慕传达给了嘉宾xxx,咋们先等待一下Ta的回复吧
+
+
+
+
+
+ 13:23
diff --git a/pages/my/memberDetails.vue b/pages/my/memberDetails.vue
index 3aa5002..6e673c2 100644
--- a/pages/my/memberDetails.vue
+++ b/pages/my/memberDetails.vue
@@ -34,7 +34,7 @@
了解Ta的购车、住房情况和家庭成员资料
-
+
实名认证后可查看>>
@@ -43,7 +43,7 @@
了解Ta的婚史、身高、年龄等各项择偶要求
-
+
实名认证后可查看>>
diff --git a/pages/my/seeMe.vue b/pages/my/seeMe.vue
new file mode 100644
index 0000000..995a136
--- /dev/null
+++ b/pages/my/seeMe.vue
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/userList/userList.vue b/pages/userList/userList.vue
index 21ba996..f96b178 100644
--- a/pages/userList/userList.vue
+++ b/pages/userList/userList.vue
@@ -138,7 +138,7 @@
line-height: 60rpx;
}
.filter-item{
- width: 100rpx;
+ width: 114rpx;
height: 62rpx;
line-height: 62rpx;
text-align: right;
@@ -168,10 +168,14 @@
left: 0;
z-index: 14;
overflow-y: scroll;
- padding-left: 32rpx;
+ padding: 0 0 32rpx 32rpx;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-evenly;
view{
height: 60rpx;
- border-bottom: 1rpx solid #e5e5e5;
+ // border-bottom: 1rpx solid #e5e5e5;
+ padding: 20rpx 0;
line-height: 60rpx;
}
}