|
@@ -51,7 +51,7 @@
|
|
background: #F1F1F1;
|
|
background: #F1F1F1;
|
|
border-radius: 28rpx;margin: 24rpx 0;box-sizing: border-box;padding: 0 32rpx;" @click="showmoney=true">
|
|
border-radius: 28rpx;margin: 24rpx 0;box-sizing: border-box;padding: 0 32rpx;" @click="showmoney=true">
|
|
<input type="text" :disabled="true" placeholder="你期望ta的月收入" style="flex: 1;"
|
|
<input type="text" :disabled="true" placeholder="你期望ta的月收入" style="flex: 1;"
|
|
- v-model="money.length==0?'':money[0]+'-'+money[1]">
|
|
|
|
|
|
+ v-model="money">
|
|
<u-icon name="arrow-down"></u-icon>
|
|
<u-icon name="arrow-down"></u-icon>
|
|
</view>
|
|
</view>
|
|
<view class="" style="font-size: 32rpx;">
|
|
<view class="" style="font-size: 32rpx;">
|
|
@@ -71,22 +71,22 @@
|
|
开始匹配
|
|
开始匹配
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <u-picker :show="showage" @cancel='showage=false' title="年龄" ref="uPicker" :columns="columns" @confirm="confirm"
|
|
|
|
|
|
+ <u-picker :immediateChange='true' :show="showage" @cancel='showage=false' title="年龄" ref="uPicker" :columns="columns" @confirm="confirm"
|
|
@change="changeHandler">
|
|
@change="changeHandler">
|
|
</u-picker>
|
|
</u-picker>
|
|
- <u-picker :show="showheight" @cancel='showheight=false' title="身高" ref="uPicker" :columns="heightcolumns"
|
|
|
|
|
|
+ <u-picker :immediateChange='true' :show="showheight" @cancel='showheight=false' title="身高" ref="uPicker" :columns="heightcolumns"
|
|
@confirm="heightconfirm">
|
|
@confirm="heightconfirm">
|
|
</u-picker>
|
|
</u-picker>
|
|
- <u-picker :show="showmoney" @cancel='showmoney=false' title="月收入" ref="uPicker" :columns="moneycolumns"
|
|
|
|
|
|
+ <u-picker :immediateChange='true' :show="showmoney" @cancel='showmoney=false' title="月收入" ref="uPicker" :columns="moneycolumns"
|
|
@confirm="moneyconfirm">
|
|
@confirm="moneyconfirm">
|
|
</u-picker>
|
|
</u-picker>
|
|
- <u-picker :show="showaddress" @cancel='showaddress=false' keyName="name" title="居住地" ref="uPicker"
|
|
|
|
|
|
+ <u-picker :immediateChange='true' :show="showaddress" @cancel='showaddress=false' keyName="name" title="居住地" ref="uPicker"
|
|
:columns="addresscolumns" @confirm="addressconfirm">
|
|
:columns="addresscolumns" @confirm="addressconfirm">
|
|
</u-picker>
|
|
</u-picker>
|
|
- <u-picker :show="showEducation" @cancel='showEducation=false' title="学历" ref="uPicker" :columns="columns2"
|
|
|
|
|
|
+ <u-picker :immediateChange='true' :show="showEducation" @cancel='showEducation=false' title="学历" ref="uPicker" :columns="columns2"
|
|
@confirm="confirmEducation">
|
|
@confirm="confirmEducation">
|
|
</u-picker>
|
|
</u-picker>
|
|
- <u-picker :show="showwork" @cancel='showwork=false' title="工作性质" @confirm='confirmWork' keyName="name"
|
|
|
|
|
|
+ <u-picker :immediateChange='true' :show="showwork" @cancel='showwork=false' title="工作性质" @confirm='confirmWork' keyName="name"
|
|
:columns="columns1"></u-picker>
|
|
:columns="columns1"></u-picker>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
@@ -104,7 +104,7 @@
|
|
list1.push(list1[0] + i)
|
|
list1.push(list1[0] + i)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- for (let i = 159; i < 200; i++) {
|
|
|
|
|
|
+ for (let i = 150; i < 200; i++) {
|
|
this.heightcolumns[0].push(i + 'cm')
|
|
this.heightcolumns[0].push(i + 'cm')
|
|
this.heightcolumns[1].push(i + 'cm')
|
|
this.heightcolumns[1].push(i + 'cm')
|
|
}
|
|
}
|
|
@@ -119,6 +119,7 @@
|
|
work: {},
|
|
work: {},
|
|
address: [],
|
|
address: [],
|
|
age: [],
|
|
age: [],
|
|
|
|
+ moneyIndex:'',
|
|
money: [],
|
|
money: [],
|
|
height: [],
|
|
height: [],
|
|
showEducation: false,
|
|
showEducation: false,
|
|
@@ -141,11 +142,11 @@
|
|
[{"id":1480,"name":"兰山区"},{"id":1481,"name":"罗庄区"},{"id":1482,"name":"河东区"},{"id":1483,"name":"沂南县"},{"id":1484,"name":"郯城县"},{"id":1485,"name":"沂水县"},{"id":1486,"name":"兰陵县"},{"id":1487,"name":"费县"},{"id":1488,"name":"平邑县"},{"id":1489,"name":"莒南县"},{"id":1490,"name":"蒙阴县"},{"id":1491,"name":"临沭县"}]
|
|
[{"id":1480,"name":"兰山区"},{"id":1481,"name":"罗庄区"},{"id":1482,"name":"河东区"},{"id":1483,"name":"沂南县"},{"id":1484,"name":"郯城县"},{"id":1485,"name":"沂水县"},{"id":1486,"name":"兰陵县"},{"id":1487,"name":"费县"},{"id":1488,"name":"平邑县"},{"id":1489,"name":"莒南县"},{"id":1490,"name":"蒙阴县"},{"id":1491,"name":"临沭县"}]
|
|
],
|
|
],
|
|
moneycolumns: [
|
|
moneycolumns: [
|
|
- ['不限', '3000元', '5000元', '7000元', '9000元', '11000元', '13000元', '15000元', '17000元', '20000元'],
|
|
|
|
- ['不限', '3000元', '5000元', '7000元', '9000元', '11000元', '13000元', '15000元', '17000元', '20000元'],
|
|
|
|
|
|
+
|
|
|
|
+ ['3000-6000','6000-10000','1万以上','不限'],
|
|
],
|
|
],
|
|
columns2: [
|
|
columns2: [
|
|
- ['高中', '大专', '本科', '硕士', '博士']
|
|
|
|
|
|
+ ['高中', '大专', '本科', '硕士', '博士','不限']
|
|
]
|
|
]
|
|
|
|
|
|
}
|
|
}
|
|
@@ -162,11 +163,13 @@
|
|
getWork() {
|
|
getWork() {
|
|
uni.$u.http.post('/api/index/WorkNature').then(res => {
|
|
uni.$u.http.post('/api/index/WorkNature').then(res => {
|
|
this.columns1 = [res.data]
|
|
this.columns1 = [res.data]
|
|
|
|
+ this.columns1[0].push({id:7,name:'不限'})
|
|
})
|
|
})
|
|
},
|
|
},
|
|
getAddress() {
|
|
getAddress() {
|
|
uni.$u.http.post('/api/index/linyi').then(res => {
|
|
uni.$u.http.post('/api/index/linyi').then(res => {
|
|
this.addresscolumns[1] = res.data
|
|
this.addresscolumns[1] = res.data
|
|
|
|
+ this.addresscolumns[1].unshift({id:3750,name:'不限'})
|
|
})
|
|
})
|
|
},
|
|
},
|
|
start() {
|
|
start() {
|
|
@@ -197,13 +200,12 @@
|
|
var data = {
|
|
var data = {
|
|
age_min: this.age[0],
|
|
age_min: this.age[0],
|
|
age_max: this.age[1],
|
|
age_max: this.age[1],
|
|
- nature: this.work.id,
|
|
|
|
|
|
+ nature: this.work.id==7?'不限':this.work.id,
|
|
education: this.education,
|
|
education: this.education,
|
|
height_min:this.height[0],
|
|
height_min:this.height[0],
|
|
height_max:this.height[1],
|
|
height_max:this.height[1],
|
|
- income_min:this.money[0],
|
|
|
|
- income_max:this.money[1],
|
|
|
|
- area_id:this.address[1].id,
|
|
|
|
|
|
+ income:this.moneyIndex,
|
|
|
|
+ area_id:this.address[1].id==3750?'不限':this.address[1].id,
|
|
}
|
|
}
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
url: './pipeizhong?info=' + JSON.stringify(data)
|
|
url: './pipeizhong?info=' + JSON.stringify(data)
|
|
@@ -243,6 +245,7 @@
|
|
this.showheight = false
|
|
this.showheight = false
|
|
},
|
|
},
|
|
moneyconfirm(e) {
|
|
moneyconfirm(e) {
|
|
|
|
+ this.moneyIndex=e.indexs[0]+1
|
|
this.money = e.value
|
|
this.money = e.value
|
|
this.showmoney = false
|
|
this.showmoney = false
|
|
},
|
|
},
|