|
@@ -1,39 +1,88 @@
|
|
|
<template>
|
|
|
<view>
|
|
|
- <view class="u-flex u-row-between" style="height: 80rpx;background-color: #fff;position:fixed;top:0;width: 750rpx;line-height: 80rpx;padding: 0 30rpx;box-sizing: border-box;color: #666666;font-size: 26rpx;">
|
|
|
- <view class="u-flex" >
|
|
|
+ <view class="u-flex u-row-between" style="height: 80rpx;background-color: #fff;position:fixed;width: 750rpx;line-height: 80rpx;padding: 0 30rpx;box-sizing: border-box;color: #666666;font-size: 26rpx;z-index: 999;" :style="{'top':navBarHeight+'px'}">
|
|
|
+ <view class="tab_item" :class="{'select_tab':current==index}" v-for="(item,index) in tabList" :key="index" @click="tabClick(index)">
|
|
|
+ {{item}}
|
|
|
+ </view>
|
|
|
+ <!-- <view class="u-flex" >
|
|
|
<view class="u-flex" @click="showsex=true">
|
|
|
性别 <u-icon name="arrow-down-fill" size="10" color="#000"></u-icon>
|
|
|
</view>
|
|
|
<view class="u-flex" style="margin-left: 30rpx;" @click="showage=true">
|
|
|
年龄 <u-icon name="arrow-down-fill" size="10" color="#000"></u-icon>
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view class="u-flex" @click="popup=true">
|
|
|
- 筛选 <u-icon name="hourglass" size="20" color="#000"></u-icon>
|
|
|
+ </view> -->
|
|
|
+ <view class="u-flex" @click="popup=true" style="font-size: 26rpx;color: #000000;">
|
|
|
+ 筛选 <image src="../../static/index/shaixuan.png" mode="" style="width: 24rpx;height: 24rpx;vertical-align: middle;margin-left: 4rpx;"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="u-flex u-row-between" style="flex-wrap: wrap;padding: 0 30rpx;">
|
|
|
- <view class="" style="background-color: #fff;width: 336rpx;margin: 0 0 20rpx;border-radius: 20rpx;position: relative;" v-for="(item,index) in list" :key="index" @click="toinfo(item)">
|
|
|
- <view class="">
|
|
|
+ <view class="" style="background-color: #fff;width: 336rpx;margin: 0 0 20rpx;border-radius: 20rpx;position: relative;height: 600rpx;box-sizing: border-box;" v-for="(item,index) in list" :key="index" @click="toinfo(item)">
|
|
|
+ <view class="" style="position: relative;">
|
|
|
<image :src="item.headimg" mode="" style="width: 336rpx;
|
|
|
height: 336rpx;
|
|
|
border-radius: 20rpx;"></image>
|
|
|
+ <image src="../../static/index/notice.png" mode="" style="width: 48rpx;height: 48rpx;vertical-align: middle;position: absolute;bottom: 16rpx;right: 20rpx;" @click.stop="tomessage(item)"></image>
|
|
|
+ <!-- <view class=" u-flex u-row-center" style="width: 144rpx;
|
|
|
+height: 28rpx;
|
|
|
+background: rgba(0,0,0,0.5);
|
|
|
+border-radius: 14rpx;position: absolute;left: 16rpx;bottom: 16rpx;text-align: center;align-items: center;" v-if="item.province_id">
|
|
|
+ <image src="../../static/index/address.png" mode="" style="width: 20rpx;height: 20rpx;vertical-align: middle;"></image>
|
|
|
+ <text style="color: #fff;font-size: 16rpx;">现居地:{{item.province_id}}</text>
|
|
|
+ </view> -->
|
|
|
+ </view>
|
|
|
+ <view class=" u-flex u-row-center" style="width: 124rpx;height: 28rpx;background: rgba(0,0,0,0.5);border-radius: 14rpx;position: absolute;top: 20rpx;left: 40rpx;text-align: center;align-items: center;transform: scale(1.2);" v-if="item.vip_level==1">
|
|
|
+ <image src="../../static/index/level.png" mode="" style="width: 20rpx;height: 20rpx;vertical-align: middle;"></image><text style="font-size: 16rpx;color: #fff;">身份已认证</text>
|
|
|
</view>
|
|
|
- <view class="" style="font-size: 32rpx;padding: 20rpx;">
|
|
|
- {{item.nickname}} <image src="../../static/index/2@2x.png" mode="" style="width: 36rpx;height: 36rpx;margin:0 20rpx -6rpx" v-show="item.sex==1"></image> <image src="../../static/index/1@2x.png" mode="" style="width: 36rpx;height: 36rpx;margin:0 20rpx -6rpx" v-show="item.sex==2"></image>
|
|
|
+ <view class="" style="font-size: 32rpx;padding:8rpx 20rpx;font-weight: 600;color: #000;">
|
|
|
+ {{item.nickname}}
|
|
|
+ <!-- <image src="../../static/index/2@2x.png" mode="" style="width: 36rpx;height: 36rpx;margin:0 20rpx -6rpx" v-show="item.sex==1"></image> <image src="../../static/index/1@2x.png" mode="" style="width: 36rpx;height: 36rpx;margin:0 20rpx -6rpx" v-show="item.sex==2"></image> -->
|
|
|
+ </view>
|
|
|
+ <view class="" style="font-size: 24rpx;color: #888888;padding:8rpx 20rpx;">
|
|
|
+ 性别:<text style="color: #333333;">{{item.sex==1?'男':'女'}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="" style="font-size: 24rpx;color: #888888;padding:8rpx 20rpx;" >
|
|
|
+ 年龄:<text style="color: #333333;" v-if="item.age">{{item.age}}岁</text>
|
|
|
</view>
|
|
|
- <view class="u-flex u-row-between" style="font-size: 24rpx;padding: 20rpx;color: #888888;">
|
|
|
- <text>{{item.province_id?item.province_id+'·':''}}{{item.age?item.age+'·':''}}{{item.height?item.height:''}}</text>
|
|
|
- <image src="../../static/index/dazhaohu.png" mode="" style="width: 128rpx;height: 48rpx;vertical-align: middle;position: absolute;top: 24rpx;right: 16rpx;" @click.stop="tomessage(item)"></image>
|
|
|
+ <view class="" style="font-size: 24rpx;color: #888888;padding:8rpx 20rpx;" >
|
|
|
+ 身高:<text style="color: #333333;" v-if="item.height">{{item.height}}cm</text>
|
|
|
</view>
|
|
|
+ <view class="" style="font-size: 24rpx;color: #888888;padding:8rpx 20rpx;" >
|
|
|
+ 现居地:<text style="color: #333333;" v-if="item.province_id"> {{item.province_id}}</text>
|
|
|
+ </view>
|
|
|
+ <!-- <view class="u-flex u-row-between" style="font-size: 24rpx;padding: 20rpx;color: #888888;">
|
|
|
+ <text>{{item.sex==1?'男':'女'}}{{item.age?'·'+item.age:''}}{{item.height?'·'+item.height:''}}</text>
|
|
|
+
|
|
|
+ <image src="../../static/profile/88@2x.png" mode="" style="width: 124rpx;height: 28rpx;vertical-align: middle;position: absolute;top: 20rpx;left: 20rpx;transform: scale(1.3);" v-if="item.vip_level==1"></image>
|
|
|
+ <image src="../../static/profile/8@2x.png" mode="" style="width: 84rpx;height: 28rpx;vertical-align: middle;position: absolute;top: 20rpx;left: 20rpx;transform: scale(1.3);" v-else></image>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
+
|
|
|
</view>
|
|
|
+ <u-empty
|
|
|
+ mode="list"
|
|
|
+ icon="http://cdn.uviewui.com/uview/empty/list.png" v-if="list.length==0"
|
|
|
+ >
|
|
|
+ </u-empty>
|
|
|
<u-picker :show="showsex" :columns="sexcolumns" keyName="name" @confirm='changesex' @cancel='showsex=false' :closeOnClickOverlay='true'>
|
|
|
</u-picker>
|
|
|
<u-picker :show="showage" @cancel='showage=false' title="年龄" ref="uPicker" :columns="columns" @confirm="confirm" @change="changeage">
|
|
|
</u-picker>
|
|
|
<u-popup :show="popup" :round="10" mode="bottom" :closeable='true' @close="popup=false" @open="open">
|
|
|
+ <view class="" style="padding: 30rpx 30rpx 0;">
|
|
|
+ <view class="" style="font-size: 32rpx;color: #000;font-weight: 600;margin: 20rpx 0;">
|
|
|
+ 年龄
|
|
|
+ </view>
|
|
|
+ <view class="u-flex u-row-between" style="flex-wrap: nowrap;">
|
|
|
+ <view class="">
|
|
|
+ <u-input inputAlign="center" v-model="age_min" type="number" :customStyle="inputstyle" placeholder="请输入年龄"></u-input>
|
|
|
+ </view>
|
|
|
+ <text>至</text>
|
|
|
+ <view class="">
|
|
|
+ <u-input inputAlign="center" v-model="age_max" type="number" :customStyle="inputstyle" placeholder="请输入年龄"></u-input>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<view style="width: 750rpx;padding: 30rpx;box-sizing: border-box;">
|
|
|
<view class="" style="font-size: 32rpx;color: #000;font-weight: 600;margin: 20rpx 0;">
|
|
|
工作性质<text style="font-size: 22rpx;color: #888888;font-weight: 400;">/多选</text>
|
|
@@ -83,6 +132,11 @@
|
|
|
Showtoast
|
|
|
},
|
|
|
onLoad() {
|
|
|
+ // #ifdef H5
|
|
|
+ let res = wx.getSystemInfoSync()
|
|
|
+ this.navBarHeight = res.statusBarHeight + 44 //顶部状态栏+顶部导航,大部分机型默认44px
|
|
|
+ // #endif
|
|
|
+
|
|
|
var list=this.columns[0]
|
|
|
var list1=this.columns[1]
|
|
|
for( let i=1;i<66;i++){
|
|
@@ -97,6 +151,11 @@
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
+ navBarHeight:0,
|
|
|
+ age_min:'',
|
|
|
+ age_max:'',
|
|
|
+ current:0,
|
|
|
+ tabList:['认证会员','注册会员','男会员','女会员'],
|
|
|
showtoast:false,
|
|
|
columns1:[],
|
|
|
columns: [
|
|
@@ -117,7 +176,13 @@
|
|
|
workList:[],
|
|
|
educationList:[{name:'高中',isSelect:false},{name:'大专',isSelect:false},{name:'本科',isSelect:false},{name:'研究生',isSelect:false},{name:'博士',isSelect:false}],
|
|
|
work:[],
|
|
|
- education:[]
|
|
|
+ education:[],
|
|
|
+ inputstyle:{
|
|
|
+ width:'260rpx',
|
|
|
+ background: '#F4F4F4',
|
|
|
+ borderRadius:' 8rpx'
|
|
|
+
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
onReachBottom() {
|
|
@@ -125,6 +190,13 @@
|
|
|
this.getList()
|
|
|
},
|
|
|
methods: {
|
|
|
+ tabClick(index){
|
|
|
+ if(this.current!=index){
|
|
|
+ this.page=1
|
|
|
+ this.current=index
|
|
|
+ this.getList()
|
|
|
+ }
|
|
|
+ },
|
|
|
canceltoast(){
|
|
|
this.showtoast=false
|
|
|
},
|
|
@@ -158,6 +230,8 @@
|
|
|
this.popup=false
|
|
|
},
|
|
|
reset(){
|
|
|
+ this.age_min=''
|
|
|
+ this.age_max=''
|
|
|
this.workList.forEach(item=>{
|
|
|
item.isSelect=false
|
|
|
})
|
|
@@ -259,12 +333,13 @@
|
|
|
},
|
|
|
getList(){
|
|
|
let data={
|
|
|
+ level:this.current==0?1:this.current==1?0:'',
|
|
|
page:this.page,
|
|
|
- age_min:this.age.length==0?'':this.age[0],
|
|
|
- age_max:this.age.length==0?'':this.age[1],
|
|
|
+ age_min:this.age_min,
|
|
|
+ age_max:this.age_max,
|
|
|
nature:this.work.length==0?'':this.work.toString(),
|
|
|
education:this.education.length==0?'':this.education.toString(),
|
|
|
- sex:this.sex
|
|
|
+ sex:this.current==2?1:this.current==3?2:''
|
|
|
}
|
|
|
uni.$u.http.post('/api/Index/certified_user',data).then(res => {
|
|
|
if(this.page==1){
|
|
@@ -316,4 +391,19 @@ page{
|
|
|
padding: 100rpx 0;
|
|
|
background-color: #F6F2FD;
|
|
|
}
|
|
|
+.tab_item{
|
|
|
+ width: 132rpx;
|
|
|
+ height: 52rpx;
|
|
|
+ background: #F0F0F0;
|
|
|
+ border-radius: 8rpx;
|
|
|
+ color: #777777;
|
|
|
+ font-size: 26rpx;
|
|
|
+ line-height: 52rpx;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.select_tab{
|
|
|
+ background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
|
|
|
+ color: #fff;
|
|
|
+ font-weight: 600;
|
|
|
+}
|
|
|
</style>
|