提交1
This commit is contained in:
@@ -138,7 +138,6 @@
|
||||
@confirm="confirmDate('hopeSolveDate', $event)" @cancel="cancelPicker('hopeSolveDate')"></u-datetime-picker>
|
||||
<u-picker :show="show.jobWorkType" :columns="[jobTypeList]" keyName="workTypeName"
|
||||
@confirm="jobTypeConfirm('jobWorkType', $event)" @cancel="cancelPicker('jobWorkType')"></u-picker>
|
||||
<!-- 使用dict.type语法访问字典数据 -->
|
||||
<u-picker :show="show.emplymentYear" :columns="[dict.type[this.dictTypeMap.emplymentYear]]" keyName="label"
|
||||
@confirm="pickerConfirm('emplymentYear', $event)" @cancel="cancelPicker('emplymentYear')"></u-picker>
|
||||
<u-picker :show="show.salaryType" :columns="[dict.type[this.dictTypeMap.salaryType]]" keyName="label"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="job-list">
|
||||
<view class="top_box_bg">
|
||||
<u-image src="../../static/images/top.png" width="750rpx" height="496rpx" />
|
||||
// <u-image src="../../static/images/top.png" width="750rpx" height="496rpx" />
|
||||
</view>
|
||||
<view class="job-list__navbar">
|
||||
<u-navbar
|
||||
@@ -24,7 +24,7 @@
|
||||
<view class="job-list__content">
|
||||
<img
|
||||
class="top_box_bg_service"
|
||||
src="../static/images/person/serviceFrequency.png"
|
||||
src=""
|
||||
width="360rpx"
|
||||
height="50rpx"
|
||||
alt=""
|
||||
@@ -64,13 +64,13 @@
|
||||
</view>
|
||||
<view>
|
||||
<img
|
||||
src="../../static/images/person/malepng.png"
|
||||
src=""
|
||||
v-if="form.gender == 0"
|
||||
width="70rpx"
|
||||
alt=""
|
||||
/>
|
||||
<img
|
||||
src="../../static/images/person/femalepng.png"
|
||||
src=""
|
||||
v-if="form.gender == 1"
|
||||
width="70rpx"
|
||||
alt=""
|
||||
@@ -80,7 +80,7 @@
|
||||
<view class="visitAndInvestigate" @click="goAddServices">
|
||||
<view class="text">服务</view>
|
||||
<img
|
||||
src="../../static/images/person/fillInRecords.png"
|
||||
src=""
|
||||
width="140rpx"
|
||||
height="40rpx"
|
||||
alt=""
|
||||
@@ -382,7 +382,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="addNeeds" @click="goAddNeeds">
|
||||
<img src="./static/images/person/addNeeds1.png" />
|
||||
<img src="" />
|
||||
</view>
|
||||
<u-popup
|
||||
:show="openDeal"
|
||||
@@ -464,7 +464,7 @@
|
||||
<view class="dialog_div">
|
||||
<view class="dialog_div_item" @click="goAddNeeds(1)">
|
||||
<img
|
||||
src="./static/images/person/entrepreneurialIcon.png"
|
||||
src=""
|
||||
style="margin-right: 10rpx"
|
||||
width="18rpx"
|
||||
alt=""
|
||||
@@ -474,7 +474,7 @@
|
||||
</view>
|
||||
<view class="dialog_div_item" @click="goAddNeeds(3)">
|
||||
<img
|
||||
src="./static/images/person/jobSeekingIcon.png"
|
||||
src=""
|
||||
style="margin-right: 10rpx"
|
||||
width="18rpx"
|
||||
alt=""
|
||||
@@ -484,7 +484,7 @@
|
||||
</view>
|
||||
<view class="dialog_div_item" @click="goAddNeeds(4)">
|
||||
<img
|
||||
src="./static/images/person/trainingIcon.png"
|
||||
src=""
|
||||
style="margin-right: 10rpx"
|
||||
width="18rpx"
|
||||
alt=""
|
||||
@@ -494,7 +494,7 @@
|
||||
</view>
|
||||
<view class="dialog_div_item" @click="goAddNeeds(5)">
|
||||
<img
|
||||
src="./static/images/selected.png"
|
||||
src="."
|
||||
style="margin-right: 10rpx"
|
||||
width="18rpx"
|
||||
alt=""
|
||||
@@ -868,6 +868,7 @@ this.tt()
|
||||
getPersonInfo(this.form.id).then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.form = res.data;
|
||||
console.log("res",res.data)
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user