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; } }