123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587 |
- <template>
- <view>
- <u-navbar :is-back="false" :border-bottom="false"><view class="navbar-tit">交友</view></u-navbar>
- <view class="home-head">
- <view class="homeTab">
- <u-tabs :list="tabList" :current="current" @change="change" :show-bar="false" active-color="#333"
- inactive-color="#c4c0c0"></u-tabs>
- </view>
- <view class="homeAdd" v-if="current == '0'" @click="show = true">
- <u-icon custom-prefix="custom-icon" name="filter-2-fill"></u-icon>
- <span>筛选</span>
- </view>
- <view class="homeAdd" v-if="current == '1'" @click="refreshClick">
- <u-icon custom-prefix="custom-icon" name="refresh-line"></u-icon>
- <span>刷新</span>
- </view>
- </view>
- <u-popup v-model="show" mode="bottom" :closeable="true" border-radius="20" close-icon-pos="top-left">
- <view class="screenTit">
- <h4>条件筛选</h4>
- <span @click="reset">重置</span>
- </view>
- <view class="screenCon">
- <view class="screenCon-row">
- <span>只看异性</span>
- <u-switch v-model="checked" active-color="#FF5E5E"></u-switch>
- </view>
- <view class="screenCon-item">
- <view class="screenCon-tit">
- <span>年龄</span><p>{{rangeValues[0]}}~{{rangeValues[1]}}</p>
- </view>
- <view class="screenCon-con">
- <view class="screenCon-slider">
- <RangeSlider
- :width="slideWidth"
- :height="slideHeight"
- :blockSize="slideBlockSize"
- :min="slideMin"
- :max="slideMax"
- :values="rangeValues"
- :step="step"
- :liveMode="isLiveMode"
- @rangechange="onRangeChange"
- ref="refsValues"
- >
- <view slot="minBlock" class="range-slider-block"></view>
- <!-- 左边滑块的内容 -->
- <view slot="maxBlock" class="range-slider-block"></view>
- <!-- 右边滑块的内容 -->
- </RangeSlider>
- <!-- <u-slider v-model="value"></u-slider> -->
- </view>
- </view>
- </view>
- <view class="screenCon-item">
- <view class="screenCon-tit">
- <span>身高</span><p>{{rangeValues2[0]}}~{{rangeValues2[1]}}</p>
- </view>
- <view class="screenCon-con">
- <view class="screenCon-slider">
- <RangeSlider
- :width="slideWidth"
- :height="slideHeight"
- :blockSize="slideBlockSize"
- :min="slideMin2"
- :max="slideMax2"
- :values="rangeValues2"
- :step="step"
- :liveMode="isLiveMode"
- @rangechange="onRangeChange2"
- ref="refsValues2"
- >
- <view slot="minBlock" class="range-slider-block"></view>
- <!-- 左边滑块的内容 -->
- <view slot="maxBlock" class="range-slider-block"></view>
- <!-- 右边滑块的内容 -->
- </RangeSlider>
- <!-- <u-slider v-model="value"></u-slider> -->
- </view>
- </view>
- </view>
- <view class="screenCon-item">
- <view class="screenCon-tit">
- <span>会员所属工会所在地</span>
- </view>
- <view class="screenCon-con">
- <view class="screenCon-choice">
- <view :class="qyActiveClass == index ? 'choice-item active':'choice-item'"
- v-for="(item ,index) in qyList" :key="item.id" @click="qyClick(item,index)">{{item.name}}</view>
- </view>
- </view>
- </view>
- <view class="screenCon-item">
- <view class="screenCon-tit">
- <span>学历</span>
- </view>
- <view class="screenCon-con">
- <view class="screenCon-choice">
- <view :class="xlActiveClass == index ? 'choice-item active':'choice-item'"
- v-for="(item ,index) in xlList" :key="item.id" @click="xlClick(item,index)">{{item.name}}</view>
- </view>
- </view>
- </view>
- <view class="screenCon-item">
- <view class="screenCon-tit">
- <span>婚姻状况</span>
- </view>
- <view class="screenCon-con">
- <view class="screenCon-choice">
- <view :class="hyqkActiveClass == index ? 'choice-item active':'choice-item'"
- v-for="(item ,index) in hyqkList" :key="item.id" @click="hyqkClick(item,index)">{{item.name}}</view>
- </view>
- </view>
- </view>
- <view class="screenCon-item">
- <view class="screenCon-tit">
- <span>子女状况</span>
- </view>
- <view class="screenCon-con">
- <view class="screenCon-choice">
- <view :class="znqkActiveClass == index ? 'choice-item active':'choice-item'"
- v-for="(item ,index) in znqkList" :key="item.id" @click="znqkClick(item,index)">{{item.name}}</view>
- </view>
- </view>
- </view>
- <view class="screenCon-btn">
- <u-button type="error" shape="circle" :custom-style="customStyle" @click="sure">确定</u-button>
- </view>
- </view>
- </u-popup>
- <view class="friendList">
- <view class="friendList-item" v-for="(item ,index) in friendList" :key="item.id" @click="gotoUrl('pages/friend/personal?id='+item.id)">
- <u-image class="friendList-img" :src="item.faceImage" height="160" width="160" border-radius="10">
- </u-image>
- <view class="friendList-text">
- <view class="friendList-name">
- <span>{{item.realName}}</span>
- <u-icon v-if="item.gender" custom-prefix="custom-icon" name="women-line" color="#FF695B"></u-icon>
- <u-icon v-else custom-prefix="custom-icon" name="men-line" color="#1677FF"></u-icon>
- </view>
- <view class="friendList-info">
- <span>{{item.age}}岁 · {{item.height}}cm{{item.weight?' · '+item.weight+'kg':''}}</span>
- </view>
- <view class="friendList-label">
- <view class="friendList-label-item">
- <u-icon custom-prefix="custom-icon" name="map-pin-2-fill"></u-icon>
- <span>{{item.orgAreaName}}</span>
- </view>
- <view class="friendList-label-item">
- <span>{{item.educationN}}</span>
- </view>
- <view class="friendList-label-item">
- <span>{{item.industryN}}</span>
- </view>
- </view>
- </view>
- </view>
- <u-divider v-if="friendList.length == recordsTotal" color="#B6BDC3" style="margin-top:20px;" bg-color="#f4f0f0">已经到底了</u-divider>
- </view>
- </view>
- </template>
- <script>
- import * as friendApi from '@/apis/friend.js'
- import * as loginApi from '@/apis/login.js'
- import RangeSlider from '../../components/range-slider/range-slider.vue';
-
- export default {
- data() {
-
- return {
-
- rangeValues: [22, 35],
- slideWidth: 600,
- slideHeight: 80,
- slideBlockSize: 30,
- //年龄
- slideMin: 18,
- slideMax: 80,
- //身高
- slideMin2: 140,
- slideMax2: 220,
- isLiveMode: true,
- rangeValues2: [170, 180],
- step:1,
-
- type: '', //全部0,猜你喜欢1(不传默认查全部)
- memberId: '', //未登录不传,登陆了传当前用户ID
- pageIndex: 1,
- pageSize: 20,
- recordsTotal: 0,
- list: [],
- friendList: [],
- qyList: [], //所属区域
- xlList: [], //学历
- hyqkList: [], //婚姻情况
- znqkList: [], //子女情况
- qyActiveClass: 0,
- xlActiveClass: 0,
- hyqkActiveClass: 0,
- znqkActiveClass: 0,
- form: {
- oppositeSex: '', //只看异性1,不传值为查看所有
- ageStart: '', //年龄起
- ageEnd: '', //年龄止
- heightStart: '', //身高起
- heightEnd: '', //身高止
- qy: '', //籍贯(单位所属区域)
- xl: '', //学历
- hyqk: '', //婚姻情况
- znqk: '' //子女情况
- },
- tabList: [{
- name: '全部'
- }, {
- name: '猜你喜欢'
- }],
- current: 0,
- randomList: [],
- show: false,
- checked: false,
- customStyle:{
- background: '#FF5E5E'
- },
- value: 30
- }
- },
- components: {
- RangeSlider
- },
- onLoad(op) {
- if(this.carhelp.getPersonInfo().id != null) {
- this.memberId = this.carhelp.getPersonInfo().id;
- this.form.memberId = this.carhelp.getPersonInfo().id;
- }
- this.getFriendList();
- this.getConditionList();
- },
- onReachBottom() {
- if (this.friendList.length < this.recordsTotal) {
- this.myLoadmore();
- }
- },
- methods: {
- reset() {
- this.checked = false;
-
- this.rangeValues = [22,35];
- this.$refs.refsValues.originalMinValue=22
- this.$refs.refsValues.originalMaxValue=35
-
- this.rangeValues2 = [170, 180];
- this.$refs.refsValues2.originalMinValue=170
- this.$refs.refsValues2.originalMaxValue=180
-
- this.qyClick(this.qyList[0],0);
- this.xlClick(this.xlList[0],0);
- this.hyqkClick(this.hyqkList[0],0);
- this.znqkClick(this.znqkList[0],0);
- },
- pad: function(num, n) {
- return Array(n - ('' + num).length + 1).join(0) + num;
- },
-
- onRangeChange: function(e) {
- this.rangeValues = [e.minValue, e.maxValue];
- },
- onRangeChange2: function(e) {
- this.rangeValues2 = [e.minValue, e.maxValue];
- },
- formatTimeBySliderValue(value) {
- //按比例,将滑块上面的数值进行转换为时间形式
- //转换为分钟数
- let minutes = (24 * 60 * value) / this.slideMax;
- //转换为小时数
- let hours = parseInt(minutes / 60);
- //剩余分钟数
- let minutes_min = parseInt(minutes % 60);
- return '' + this.pad(hours, 2) + ':' + this.pad(minutes_min, 2) + ':' + '00';
- },
- qyClick(item,index) {
- this.qyActiveClass = index;
- this.form.qy = item.value;
- },
- xlClick(item,index) {
- this.xlActiveClass = index;
- this.form.xl = item.value;
- },
- hyqkClick(item,index) {
- this.hyqkActiveClass = index;
- this.form.hyqk = item.value;
- },
- znqkClick(item,index) {
- this.znqkActiveClass = index;
- this.form.znqk = item.value;
- },
- sure() {
- this.friendList = [];
- if(this.checked) {
- this.form.oppositeSex = '1';
- }
- this.form.ageStart = this.rangeValues[0];
- this.form.ageEnd = this.rangeValues[1];
- this.form.heightStart = this.rangeValues2[0];
- this.form.heightEnd = this.rangeValues2[1];
- if(this.form.qy == ''){
- this.form.qy = this.qyList[0].value;
- }
- if(this.form.xl == ''){
- this.form.xl = this.xlList[0].value;
- }
- if(this.form.hyqk == ''){
- this.form.hyqk = this.hyqkList[0].value;
- }
- if(this.form.znqk == ''){
- this.form.znqk = this.znqkList[0].value;
- }
-
- this.list = this.form;
-
- uni.showLoading({
- title: "加载中",
- mask: true,
- })
- friendApi.findFriendsList(this.form,{memberId: this.memberId}).then((res) => {
- this.friendList = [
- ...this.friendList,
- ...res.data.data
- ];
- this.recordsTotal = res.data.recordsTotal;
- uni.hideLoading();
- }).catch(error => {
- uni.showToast({
- title: error,icon: "none"
- })
- })
- this.show = false;
- },
- change(index) {
- this.current = index;
- this.type = index;
- if(this.type == '1') {
- this.refreshClick();
- } else {
- this.getFriendList(true);
- }
- },
- refreshClick() {
- let formList = [];
- for(var item in this.list) {
- var sgd = {};
- sgd[item] = this.list[item]
- formList.push(sgd);
- }
- let refreshList = [];
- for(var i=0; i<3; i++) {
- var num=Math.floor(Math.random()*8+0);
- refreshList.push(formList[num]);
- }
- refreshList.push({type: '1'});
- refreshList.push({memberId: this.memberId});
-
- var obj = {};
- for(var m in refreshList) {
- for(var n in refreshList[m]) {
- obj[n] = refreshList[m][n];
- }
- }
-
- uni.showLoading({
- title: "加载中",
- mask: true,
- })
- friendApi.findFriendsList(obj).then((res) => {
- this.friendList = res.data.data;
- uni.hideLoading();
- }).catch(error => {
- uni.showToast({
- title: error,icon: "none"
- })
- })
- },
- myLoadmore() {
- this.pageIndex += 1;
- this.getFriendList()
- },
- getFriendList(bl) {
- uni.showLoading({
- title: "加载中",
- mask: true,
- })
- if (bl) {
- this.friendList = [];
- this.pageIndex = 1;
- }
- friendApi.findFriendsList({
- type: this.type,
- memberId: this.memberId,
- pageIndex: 1,
- pageSize: 20
- }).then((res) => {
- this.friendList = [
- ...this.friendList,
- ...res.data.data
- ];
- this.recordsTotal = res.data.recordsTotal;
- uni.hideLoading();
- }).catch(error => {
- uni.showToast({
- title: error,icon: "none"
- })
- })
- },
- getConditionList() {
- uni.showLoading({
- title: "加载中",
- mask: true,
- })
- loginApi.getBaseDictionary().then((res) => {
- this.qyList = res.data.qyList;
- this.xlList = res.data.xlList;
- this.hyqkList = res.data.hyqkList;
- this.znqkList = res.data.znqkList;
- uni.hideLoading();
- }).catch(error => {
- uni.showToast({
- title: error,icon: "none"
- })
- })
- },
- }
- }
- </script>
- <style>
- page {
- background-color: #f4f0f0;
- }
- </style>
- <style lang="scss" scoped>
- .screenCon-btn{
- padding: 15px;
- }
- .screenCon-slider{
- height: 24px;
- }
- .screenCon-choice{
- display: flex;
- flex-wrap: wrap;
- .choice-item{
- background-color: #F1F3F4;
- border-radius: 4px;
- padding:8px 0;
- color:#6C6A6A;
- width: 22%;
- text-align: center;
- margin-right: 10px;
- margin-bottom: 10px;
- }
- .active{
- background-color: #FF5E5E;
- color:#fff;
- }
- }
- .screenCon-item{
- padding: 10px 0;
- .screenCon-tit{
- display: flex;
- align-items: center;
- span{font-size: 16px;}
- p{font-size: 16px;color:#999;margin-left: 8px;}
- }
- .screenCon-con{
- margin-top: 12px;
- }
- }
- .screenCon-row{
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 10px 0;
- span{
- font-size: 16px;
- }
- }
- .screenCon{
- height: 500px;
- padding: 0 15px;
- margin-top: 50px;
- }
- .screenTit{
- height: 50px;
- position:fixed;
- left: 0;
- top: 0;
- right: 0;
- background-color: #fff;
- z-index: 2;
- h4{
- position: absolute;
- font-weight: normal;
- left: 50%;
- top:12px;
- font-size: 16PX;
- margin-left: -32px;
- }
- span{
- position: absolute;
- color:#999;
- right: 15px;
- top: 15px;
- }
- }
-
- .navbar-tit{
- padding-left:15px;
- font-size: 24px;
- }
- .home-head {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding-right: 15px;
- z-index: 99;
- background-color: #FFF;
- .homeAdd {
- color: #FF5E5E;
- span {
- margin-left: 3px;
- }
- }
- }
- .friendList {
- padding: 15px;
- .friendList-item {
- display: flex;
- background-color: #fff;
- padding: 12px;
- border-radius: 12px;
- margin-bottom: 15px;
- .friendList-text {
- flex: 1;
- min-width: 0;
- margin-left: 12px;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- .friendList-name {
- font-weight: normal;
- span {
- font-size: 18px;
- margin-right: 8px;
- }
- }
- .friendList-info {
- color: #999;
- font-size: 12px;
- }
- .friendList-label {
- display: flex;
- align-items: center;
- .friendList-label-item {
- background: #F1F3F4;
- padding: 2px 8px;
- color: #A2A9B5;
- border-radius: 4px;
- font-size: 12px;
- margin-right: 8px;
- span {
- margin-left: 3px;
- }
- }
- }
- }
- }
- }
- </style>
|