Commit 61773d7b authored by Mac's avatar Mac

1

parent 1dfd0ec0
...@@ -28,12 +28,12 @@ ...@@ -28,12 +28,12 @@
</style> </style>
<template> <template>
<div :style="{'background-color': '#FFF','height': '100vh','overflow': 'hidden'}" class='userListstyle'> <div :style="{'background-color': '#FFF','height': '100vh','overflow': 'hidden'}" class='userListstyle'>
<view style="display: flex; align-items: center;border-bottom: 1px solid #E2E2E2;"> <!-- <view style="display: flex; align-items: center;border-bottom: 1px solid #E2E2E2;">
<view style="flex:1;overflow: hidden;"> <view style="flex:1;overflow: hidden;">
<u-tabs bg-color="#FFF" :is-scroll="false" name="Name" :list="typeList" :active-color="mainColor" <u-tabs bg-color="#FFF" :is-scroll="false" name="Name" :list="typeList" :active-color="mainColor"
:current="active" @change="changeHandler" :show-bar="true" height="100" font-size="28"></u-tabs> :current="active" @change="changeHandler" :show-bar="true" height="100" font-size="28"></u-tabs>
</view> </view>
</view> </view> -->
<view style="height: calc(100vh - 100rpx)"> <view style="height: calc(100vh - 100rpx)">
<scroll-view :scroll-y="true" :enable-back-to-top="true" :enable-flex="true" @scrolltolower="lower" <scroll-view :scroll-y="true" :enable-back-to-top="true" :enable-flex="true" @scrolltolower="lower"
style="height: 100%; padding-bottom: 0px;"> style="height: 100%; padding-bottom: 0px;">
...@@ -279,7 +279,16 @@ ...@@ -279,7 +279,16 @@
}, },
created() { created() {
this.mainColor = this.$uiConfig.mainColor; this.mainColor = this.$uiConfig.mainColor;
this.width = this.$utils.SystemInfo().windowWidth * 0.9; this.width = this.$utils.SystemInfo().windowWidth * 0.9;
let basedata = wx.getStorageSync("basedata")?wx.getStorageSync("basedata"):{};
let getSex = basedata.user_info.Sex?basedata.user_info.Sex:1;
if( getSex==1){//如果自己是男 就去查女的 反之
this.msg.Sex = 2
}else{
this.msg.Sex = 1
}
}, },
mounted() { mounted() {
let pageTitle = '匹配要求' let pageTitle = '匹配要求'
......
...@@ -250,11 +250,11 @@ ...@@ -250,11 +250,11 @@
<text>{{dataList.Job}}</text> <text>{{dataList.Job}}</text>
</view> </view>
<view class="box-jc-c-item-i" v-if="dataList.MarriageStr"> <view class="box-jc-c-item-i" v-if="dataList.MarriageStr">
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/pd-gz.png" ></image> <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/pd-hy.png" style="width: 30rpx;" ></image>
<text>{{dataList.MarriageStr}}</text> <text>{{dataList.MarriageStr}}</text>
</view> </view>
<view class="box-jc-c-item-i"> <view class="box-jc-c-item-i">
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/pd-book.png" ></image> <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/pd-zc.png" style="width: 28rpx;"></image>
<text>{{dataList.HouseInfoStr}}</text> <text>{{dataList.HouseInfoStr}}</text>
<text style="margin: 0 5px;" v-if="dataList.CarInfoStr">·</text> <text style="margin: 0 5px;" v-if="dataList.CarInfoStr">·</text>
<text v-if="dataList.CarInfoStr">{{dataList.CarInfoStr}}</text> <text v-if="dataList.CarInfoStr">{{dataList.CarInfoStr}}</text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment