Browse Source

一期优化项

master
石可 5 years ago
parent
commit
69528d67e0
  1. 12
      pages.json
  2. 5
      pages/find/find.vue
  3. 56
      pages/my/contact.vue
  4. 28
      pages/my/index.vue
  5. 11
      pages/my/likeMe.vue
  6. 4
      pages/my/memberDetails.vue
  7. 11
      pages/my/seeMe.vue
  8. 10
      pages/userList/userList.vue

12
pages.json

@ -102,6 +102,18 @@
"navigationBarTitleText": "我的收藏"
}
},
{
"path": "pages/my/seeMe",
"style": {
"navigationBarTitleText": "谁看过我"
}
},
{
"path": "pages/my/likeMe",
"style": {
"navigationBarTitleText": "喜欢我的"
}
},
{
"path": "pages/my/editInfo",
"style": {

5
pages/find/find.vue

@ -26,7 +26,10 @@
<view class="lf-row-between lf-m-t-23">
<view class="lf-font-28 lf-color-777">08:38</view>
<view class="more lf-font-28" style="width: 80rpx;height: 50rpx;">分享</view>
<view class="more lf-font-28" style="width: 100rpx;height: 50rpx;">
<text class="lf-iconfont icon-fenxiang lf-font-24 lf-m-r-10"></text>
分享
</view>
<!-- 功能隐藏部分 -->
<!-- <view class="more" @click="show_more = !show_more">
<text class="lf-iconfont icon-more"></text>

56
pages/my/contact.vue

@ -16,18 +16,68 @@
</view>
<view class="lf-row-round lf-w-100 lf-p-t-20">
<view class="lf-font-28" style="color: #E21196;">是的</view>
<view class="lf-font-28">不了</view>
<view class="lf-font-28" style="color: #E21196;" @click="apllyBind()">是的</view>
<view class="lf-font-28" @click="$toBack()">不了</view>
</view>
</view>
</view>
<!-- <view class="date "> 13:23</view> -->
<view class="date "> 13:23</view>
</view>
<view class="cu-item self">
<view class="main">
<view class="action">
<text class="cuIcon-locationfill text-orange text-xxl"></text>
</view>
<view class="content shadow">
嘉宾xxxx很符合我的期待,我想与Ta尝试配对
</view>
</view>
<view class="cu-avatar radius">
<image class="lf-w-100 lf-h-100" src="../../static/logo.png" mode="aspectFill" ></image>
</view>
<view class="date">13:23</view>
</view>
<view class="cu-item">
<view class="cu-avatar radius">
<image class="lf-w-100 lf-h-100" src="../../static/logo.png" mode="aspectFill" ></image>
</view>
<view class="main">
<view class="content shadow">
嘻嘻,小红娘明白啦!已经将您的爱慕传达给了嘉宾xxx,咋们先等待一下Ta的回复吧
</view>
<view class="action text-grey">
<text class="cuIcon-warnfill text-red text-xxl"></text>
</view>
</view>
<view class="date">13:23</view>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
apllyBind() {
uni.showModal({
title: '提示',
content: '确认联系对方吗?',
cancelText: '下次一定',
confirmColor: '#E21196',
success: function (res) {
if (res.confirm) {
console.log('用户点击确定');
}
}
});
}
}
}
</script>
<style>

28
pages/my/index.vue

@ -21,24 +21,24 @@
<view class="lf-font-32 lf-color-white">0</view>
<view class="lf-font-24 lf-color-white lf-p-t-20">红线</view>
</view>
<view class="lf-row-round lf-flex-column" @click="showPeachblossom()">
<!-- <view class="lf-row-round lf-flex-column" @click="showPeachblossom()">
<view class="lf-font-32 lf-color-white">5</view>
<view class="lf-font-24 lf-color-white lf-p-t-20">桃花</view>
</view>
<view class="lf-row-round lf-flex-column">
</view> -->
<view class="lf-row-round lf-flex-column" @click="$url('/pages/my/seeMe')">
<view class="lf-font-32 lf-color-white">0</view>
<view class="lf-font-24 lf-color-white lf-p-t-20">谁看过我</view>
</view>
<view class="lf-row-round lf-flex-column">
<view class="lf-row-round lf-flex-column" @click="$url('/pages/my/likeMe')">
<view class="lf-font-32 lf-color-white">0</view>
<view class="lf-font-24 lf-color-white lf-p-t-20">谁收藏我</view>
<view class="lf-font-24 lf-color-white lf-p-t-20">喜欢我的</view>
</view>
<view class="lf-row-round lf-flex-column">
<view class="lf-font-32 lf-color-white">70%</view>
<view class="lf-font-24 lf-color-white lf-p-t-20">资料完整</view>
</view>
</view>
<view class="head-top-wrap lf-w-100 lf-h-100">
<!-- <view class="head-top-wrap lf-w-100 lf-h-100">
<view class="lf-w-100 tips-wrap">
<view class="tips">
<view class="lf-row-round lf-w-100 lf-h-100 lf-p-b-12">
@ -49,7 +49,7 @@
</view>
</view>
</view>
</view>
</view> -->
</view>
<view class="adv">
<view>
@ -88,12 +88,12 @@
list: [
{name: '我的红娘',icon:'github-circle-fill',path: '/pages/my/exclusiveMatch',pic: '../../static/my/red.png'},
{name: '实名认证',icon:'email',path: '/pages/my/authentication',pic: '../../static/my/authen.png'},
{name: '我的收藏',icon:'qzone',path: '/pages/my/collect',pic: '../../static/my/collect.png'},
{name: '我喜欢的',icon:'qzone',path: '/pages/my/collect',pic: '../../static/my/collect.png'},
{name: '我的动态',icon:'moments',path:'/pages/my/qzone',pic: '../../static/my/qzone.png'},
{name: '福利中心',icon:'red-packet',path:'/pages/my/welfare',pic: '../../static/my/welhare.png'},
// {name: '',icon:'red-packet',path:'/pages/my/welfare',pic: '../../static/my/welhare.png'},
{name: '公众号',icon:'google-circle-fill',path:'/pages/my/officialAccount',pic: '../../static/my/public.png'},
{name: '联系客服',icon:'kefu-ermai',path: '/pages/my/service',pic: '../../static/my/service.png'},
{name: '设置',icon:'setting',path: '/pages/my/setting',pic: '../../static/my/setting.png'}
// {name: '',icon:'setting',path: '/pages/my/setting',pic: '../../static/my/setting.png'}
]
}
},
@ -150,7 +150,9 @@
.head-top {
width: 100%;
height: 562rpx;
//
// height: 562rpx;
height: 480rpx;
position: relative;
z-index: 9;
/* background-color: red; */
@ -167,7 +169,9 @@
.head-top::after {
content: '';
width: 100%;
height: 529rpx;
//
// height: 529rpx;
height: 442rpx;
position: absolute;
left: 0;
top: 0;

11
pages/my/likeMe.vue

@ -0,0 +1,11 @@
<template>
<view>
<lf-userList></lf-userList>
</view>
</template>
<script>
</script>
<style scoped="scoped">
</style>

4
pages/my/memberDetails.vue

@ -34,7 +34,7 @@
<view class="lf-color-333 lf-font-28">
了解Ta的购车住房情况和家庭成员资料
</view>
<view class="lf-font-24 lf-m-t-20" style="color: #E21196;">
<view class="lf-font-24 lf-m-t-20" style="color: #E21196;" @click="$url('/pages/my/authentication')">
实名认证后可查看>>
</view>
</view>
@ -43,7 +43,7 @@
<view class="lf-color-333 lf-font-28">
了解Ta的婚史身高年龄等各项择偶要求
</view>
<view class="lf-font-24 lf-m-t-20" style="color: #E21196;">
<view class="lf-font-24 lf-m-t-20" style="color: #E21196;" @click="$url('/pages/my/authentication')">
实名认证后可查看>>
</view>
</view>

11
pages/my/seeMe.vue

@ -0,0 +1,11 @@
<template>
<view>
<lf-userList></lf-userList>
</view>
</template>
<script>
</script>
<style scoped="scoped">
</style>

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

Loading…
Cancel
Save