1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027 |
- <template>
- <view class="index-page">
- <!-- 个人信息 -->
- <view class="personal">
- <view class="u-flex u-row-between">
- <text>头像</text>
- <image :src="from.avatar" style="width: 120rpx;height: 120rpx;border-radius: 50%;" mode=""
- @click="uploadimg"></image>
- </view>
- <view class="body-input u-flex-col u-row-center "
- style="margin-top:32rpx ;padding-top:30rpx ;border-top:2rpx solid #F0F0F0 ;" @click="tochangename">
- <text class="input-title">真实姓名</text>
- <u--input customStyle="padding:0 !important" type="text" placeholder="请填写您的真实姓名" border
- placeholderClass='input-style' v-model="from.name"></u--input>
- </view>
- <view class="body-input u-flex-col u-row-center" @click="sexShow = true">
- <text class="input-title">性别</text>
- <u--input v-if="from.sex == 'male'" value="男" :disabled="true" disabledColor="#fff"
- customStyle="padding:0 !important" type="text" placeholder="请选择您的性别" border
- placeholderClass='input-style' suffixIcon="arrow-right"
- suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-mode="sexvalue"></u--input>
- <u--input v-if="from.sex == 'female'" value="女" :disabled="true" disabledColor="#fff"
- customStyle="padding:0 !important" type="text" placeholder="请选择您的性别" border
- placeholderClass='input-style' suffixIcon="arrow-right"
- suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-mode="sexvalue">女</u--input>
- <u--input v-if="from.sex == 'secret'" value="保密" :disabled="true" disabledColor="#fff"
- customStyle="padding:0 !important" type="text" placeholder="请选择您的性别" border
- placeholderClass='input-style' suffixIcon="arrow-right"
- suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-mode="sexvalue"></u--input>
- </view>
- <view class="body-input u-flex-col u-row-center" @click="jobRole=true">
- <text class="input-title">求职身份</text>
- <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
- placeholder="请选择您的求职身份" border placeholderClass='input-style' suffixIcon="arrow-right"
- suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="current"></u--input>
- </view>
- <view class="body-input u-flex-col u-row-center" @click="birthdayBtn">
- <text class="input-title">出生日期</text>
- <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
- placeholder="请选择您的出生年月" border placeholderClass='input-style' suffixIcon="arrow-right"
- suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
- v-model="from.birthday"></u--input>
- </view>
- <view class="body-input u-flex-col u-row-center" @click="cityShow1 = true">
- <text class="input-title">当前城市</text>
- <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
- placeholder="请选择您的当前城市" border placeholderClass='input-style' suffixIcon="arrow-right"
- suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="city2"></u--input>
- </view>
- <view class="body-input u-flex-col u-row-center" @click="cityShow = true">
- <text class="input-title">户口所在地</text>
- <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
- placeholder="请选择您的户口所在地" border placeholderClass='input-style' suffixIcon="arrow-right"
- suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="city1"></u--input>
- </view>
- <view class="body-input u-flex-col u-row-center" @click="workBtn">
- <text class="input-title">参加工作时间</text>
- <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
- placeholder="请选择您参加工作的时间" border placeholderClass='input-style' suffixIcon="arrow-right"
- suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
- v-model="from.job_time"></u--input>
- </view>
- <view class="body-input u-flex-col u-row-center">
- <text class="input-title">目前薪资</text>
- <view class="u-flex u-row-between">
- <view style="width: 80rpx;" class="" @click="salarytype = true">{{salary_type}}</view>
- <u-icon name="arrow-down-fill" color="#000" size="8"></u-icon>
- <u--input inputAlign='center' border style='width:50rpx' class=""
- v-model="from.salary">{{from.salary||''}}</u--input>K
- <text style="margin-left: 50rpx;">*</text>
- <u--input inputAlign='center' border style='width:50rpx' class=""
- v-model="from.salary_month">{{from.salary_month||''}}</u--input>薪资
- </view>
- </view>
- <view class="body-input u-flex-col u-row-center">
- <text class="input-title">手机号</text>
- <view class="u-flex u-row-between">
- <u--input :disabled="true" customStyle="padding:0 !important" type="text" placeholder="请填写" border
- placeholderClass='input-style' v-model="mobile_text"></u--input>
- <view class="u-flex" @click="tochangetel">
- <text style="font-size: 24rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- color: #0C66C2;">已绑定</text>
- <u-icon name="arrow-right" color="#CACACA" size="16"></u-icon>
- </view>
- </view>
- </view>
- <view class="body-input u-flex-col u-row-center">
- <text class="input-title">邮箱</text>
- <u--input customStyle="padding:0 !important" type="text" placeholder="请填写(选填)" border
- placeholderClass='input-style' v-model="from.email"></u--input>
- </view>
- <view class="body-input u-flex-col u-row-center">
- <text class="input-title">微信</text>
- <u--input customStyle="padding:0 !important" type="text" placeholder="请填写(选填)" border
- placeholderClass='input-style' v-model="from.wx"></u--input>
- </view>
- <!-- <view class="body-input u-flex-col u-row-center" @click="maritalShow = true">
- <text class="input-title">婚姻状态</text>
- <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
- placeholder="请选择(选填)" border placeholderClass='input-style' suffixIcon="arrow-right"
- suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="status"></u--input>
- </view> -->
- <!-- <view class="body-input u-flex-col u-row-center" @click="politicsShow = true">
- <text class="input-title">政治面貌</text>
- <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
- placeholder="请选择(选填)" border placeholderClass='input-style' suffixIcon="arrow-right"
- suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="politics"></u--input>
- </view> -->
- <view class="button" @click="next">
- 保存
- </view>
- </view>
- <!-- 选择器 -->
- <u-picker title="性别" :show="sexShow" @confirm="sexConfirm" :columns="sexdata" @cancel='close()'></u-picker>
- <u-picker title="政治面貌" keyName="name" :show="politicsShow" @confirm="politicsConfirm" :columns="politicslist"
- @cancel='close()'></u-picker>
- <u-picker title="婚姻状态" keyName="name" :show="maritalShow" @confirm="maritalConfirm" :columns="maritallist"
- @cancel='close()'>
- </u-picker><u-picker title="求职状态" keyName="name" :show="jobShow" @confirm="jobConfirm" :columns="joblist"
- @cancel='close()'></u-picker>
- <u-datetime-picker ref="picker" title="出生日期" :minDate="minDate" @confirm="birthdayConfirm" :show="birthdayShow"
- mode="date" @cancel='close()'></u-datetime-picker>
- <u-datetime-picker ref="pickers" title="参加工作时间" :minDate="minDate1" @confirm="workConfirm" :show="workShow"
- mode="date" @cancel='close()'></u-datetime-picker>
- <u-picker ref="uPicker" keyName="name" title="户口所在地" :defaultIndex="indexs" :show="cityShow" :columns="cityList"
- @confirm="cityconfirm" @cancel="cityShow = false" @change="changeHandler"></u-picker>
- <u-picker ref="uPicker1" keyName="name" title="当前城市" :defaultIndex="indexs" :show="cityShow1"
- :columns="cityList" @confirm="cityconfirm1" @cancel="cityShow1 = false" @change="changeHandler1"></u-picker>
- <u-picker title="职场人身份" keyName="name" :show="jobRole" @confirm="jobRolefunction" :columns="list"
- @cancel='jobRole = false'></u-picker>
- <u-picker title="薪资类型" keyName="name" :show="salarytype" @confirm="salarytypefunction" :columns="salarytypelist"
- @cancel='salarytype = false'></u-picker>
- </view>
- </template>
- <script>
- import fuxing from "../common/fuxing.js"
- import {
- politics,
- marital,
- getAllArea,
- getjob,
- profile,
- resumeDetail,
- update,
- index,
- } from "@/units/inquire.js"
- export default {
- data() {
- return {
- mobile_text: '',
- salarytype: false,
- jobRole: false,
- cityShow1: "",
- addressData: {
- id: "",
- province: "",
- city: "",
- area: "",
- detail: "",
- userName: "",
- phone: "",
- isDefault: false
- }, //地址数据
- province: [], //省数据
- city: [], //市数据
- area: [], //区数据
- provinceid: "", //省数据
- cityid: "", //市数据
- areaid: "", //区数据
- indexs: [], //默认地区下标
- //选择器状态
- sexShow: false, //性别
- birthdayShow: false, //出生年月
- politicsShow: false, //政治面貌
- maritalShow: false, //婚姻状态
- workShow: false, //工作时间
- cityShow: false, //户口所在地
- jobShow: false, //工作显示
- // 列表数据
- sexvalue: "", //性别传的值
- status: "", //婚姻状态
- politics: "", //政治面貌
- city1: "", //地址
- job: "",
- // avatar: "", //头像
- job_name: "",
- salary_type: '月薪',
- from: {
- salary: '', //薪水
- wx: '',
- avatar: "", //头像
- name: "",
- sex: "",
- birthday: "",
- // industry_id: "", //行业id
- province_id: "", //省份id
- city_id: "", //城市id
- // invitation_code: "", //邀请码
- job_role: "student", //求职身份
- job_time: "", //参加工作时间
- mobile: "", //手机号
- domicile_province_id: "", //户籍省份
- domicile_city_id: "", //市
- political_status_id: "", //政治面貌
- marital_status_id: "", //婚姻状态
- job_status_id: "", //求职
- email: "", //邮箱
- source_type: "resume",
- salary_month: '', //一年多少薪
- salary_type: 'month',
- },
- minDate: "",
- minDate1: "",
- height: '',
- list: [
- [{
- name: '学生',
- sole: 'student'
- }, {
- name: '职场人',
- sole: 'employee'
- }]
- ],
- salarytypelist: [
- [{
- name: '月薪',
- type: 'month'
- }, {
- name: '年薪',
- tupe: 'year'
- }]
- ],
- current: '学生',
- sexdata: [
- ['男', '女', '保密']
- ],
- politicslist: [
- []
- ],
- maritallist: [
- []
- ],
- cityList: [], //数据地址
- cityids: [], //数据地址
- joblist: [],
- jianliid: "",
- city2: '',
- // typea: ''
- virtual_name: '',
- }
- },
- onLoad(option) {
- // this.getHeight()
- // this.typea = option.typea
- this.jianliid = option.id
- console.log(this.jianliid);
- this.minDate = Number(new Date('1900-01-01'));
- this.minDate1 = Number(new Date('1980-01-01'));
- this.getpolitics()
- this.getmarital()
- this.AllArea()
- this.getJob()
- this.resumeDetail()
- },
- methods: {
- //求职身份
- jobRolefunction(e) {
- this.from.job_role = e.value[0].sole
- this.current = e.value[0].name
- this.jobRole = false
- },
- salarytypefunction(e) {
- this.from.salary_type = e.value[0].salary_type
- this.salary_type = e.value[0].name
- this.salarytype = false
- },
- tochangetel() {
- uni.navigateTo({
- url: "/pagesD/change-tel"
- })
- },
- uploadimg() {
- uni.chooseImage({
- count: 1,
- success: (img) => {
- uni.showLoading({
- mask: true,
- title: "请稍后"
- })
- uni.uploadFile({
- url: 'https://hire.hdlkeji.com/api/common/upload',
- filePath: img.tempFilePaths[0],
- name: 'file',
- success: (res) => {
- uni.hideLoading()
- if (JSON.parse(res.data).code == 1) {
- this.from.avatar = JSON.parse(res.data).data.fullurl
- this.next()
- this.resumeDetail()
- } else {
- this.$u.toast(JSON.parse(res.data).msg)
- }
- },
- fail: (e) => {
- console.log(e);
- }
- })
- }
- })
- },
- tochangename() {
- console.log('kkkk', {
- name: this.from.name,
- virtual_name: this.from.virtual_name
- });
- uni.navigateTo({
- url: "/pagesD/change-name?name=" + JSON.stringify({
- name: this.from.name,
- virtual_name: this.from.virtual_name
- }),
- events: {
- getname: (res) => {
- if (res.name) {
- this.from.name = res.name
- } else {
- var name = ''
- fuxing.forEach(val => {
- if (res.virtual_name.indexOf(val) > -1) {
- name = res.virtual_name[0] + res.virtual_name[1] + (this.from
- .sex == 'female' ? '女士' : '先生')
- }
- })
- if (!name) {
- name = res.virtual_name[0] + (this.from.sex == 'female' ? '女士' : '先生')
- }
- this.from.name = name
- }
- this.from.virtual_name = res.virtual_name
- }
- }
- })
- },
- resumeDetail() {
- resumeDetail().then(res => {
- this.from.avatar = res.data.avatar //头像
- this.from.name = res.data.name
- this.from.sex = res.data.sex
- this.from.birthday = res.data.birthday
- this.from.virtual_name = res.data.virtual_name
- // this.job_name = res.data.job_experience[0].job_name,
- this.from.job_role = res.data.job_role //求职身份
- this.from.job_time = res.data.job_time //参加工作时间
- this.from.mobile = res.data.mobile //手机号
- this.city1 = res.data.domicile_province + res.data.domicile_city
- this.politics = res.data.political_status_name //政治面貌
- this.status = res.data.marital_status_name //婚姻状态
- this.from.email = res.data.email //邮箱
- this.job = res.data.job_status_name
- this.from.job_status_id = res.data.job_status_id
- this.from.political_status_id = res.data.political_status_id
- this.from.province_id = res.data.province_id
- this.from.city_id = res.data.city_id
- this.city2 = res.data.province + res.data.city
- this.from.domicile_city_id = res.data.domicile_city_id
- this.from.domicile_province_id = res.data.domicile_province_id
- this.from.marital_status_id = res.data.marital_status_id
- this.from.salary_type = res.data.salary_type
- this.from.salary = res.data.salary
- this.from.salary_month = res.data.salary_month
- this.mobile_text = res.data.mobile_text
- this.from.wx = res.data.wx
- this.current = {
- 'student': '学生',
- 'employee': '职场人',
- } [this.from.job_role]
- this.salary_type = {
- 'month': '月薪',
- 'year': '年薪',
- } [this.from.salary_type]
- })
- },
- workBtn() {
- this.workShow = true
- this.$refs.pickers.innerValue = new Date(1672502400000).getTime()
- },
- // 获取政治面貌
- getpolitics() {
- politics().then((res) => {
- this.politicslist[0] = res.data
- })
- },
- //婚姻状态
- getmarital() {
- marital().then((res) => {
- this.maritallist[0] = res.data
- })
- },
- //获取求职状态
- getJob() {
- getjob().then((res) => {
- this.joblist[0] = res.data
- })
- },
- //所有地区
- AllArea() {
- getAllArea().then((res) => {
- console.log(res);
- this.province = res.data.map(t => {
- return {
- name: t.name,
- id: t.id
- }
- })
- console.log("aaa", this.province);
- this.city = res.data.map(t => t.children.map(v => {
- return {
- name: v.name,
- id: v.id
- }
- }))
- this.area = res.data.map(t => t.children.map(v => v.children.map(i => {
- return {
- name: i.name,
- id: i.id
- }
- })))
- //默认显示数据
- // this.cityList = [
- // this.province.map(res => res.name),
- // this.city[0].map(res => res.name),
- // this.area[0][0].map(res => res.name)
- // ]
- let a = []
- let b = []
- let c = []
- this.province.map(res => {
- a.push({
- name: res.name,
- id: res.id,
- })
- })
- this.city[0].map(res => {
- b.push({
- name: res.name,
- id: res.id,
- })
- })
- this.area[0][0].map(res => {
- c.push({
- name: res.name,
- id: res.id,
- })
- })
- this.cityList = [a, b, c]
- console.log(33, this.cityList);
- if (this.addressData.province && this.addressData.city && this.addressData.area) {
- //省索引
- let pIdx = this.province.findIndex(v => v.name == this.addressData.province);
- //根据省索引设置默认市数据
- this.columns[1] = this.city[pIdx].map(res => res.name)
- //市索引
- let cIdx = this.city[pIdx].findIndex(v => v.name == this.addressData.city);
- //根据市索引设置默认区数据
- this.columns[2] = this.area[pIdx][cIdx].map(res => res.name)
- //区索引
- let aIdx = this.area[pIdx][cIdx].findIndex(v => v.name == this.addressData.area);
- this.indexs = [pIdx, cIdx, aIdx];
- // console.log(pIdx, cIdx, aIdx);
- console.log(this.indexs);
- }
- })
- },
- changeHandler(e) {
- const {
- columnIndex, //当前改变值的列下标
- value,
- values, // values为当前变化列的数组内容
- indexs, //当前地区值下标
- picker = this.$refs.uPicker
- } = e
- //columnIndex代表第几列,意思是下标为0的列发生变化
- if (columnIndex === 0) {
- picker.setColumnValues(1, this.city[indexs[0]].map(v => {
- return {
- name: v.name,
- id: v.id
- }
- }))
- picker.setColumnValues(2, this.area[indexs[0]][0].map(v => {
- return {
- name: v.name,
- id: v.id
- }
- }))
- }
- if (columnIndex === 1) {
- picker.setColumnValues(2, this.area[indexs[0]][indexs[1]].map(v => {
- return {
- name: v.name,
- id: v.id
- }
- }))
- }
- },
- changeHandler1(e) {
- const {
- columnIndex, //当前改变值的列下标
- value,
- values, // values为当前变化列的数组内容
- indexs, //当前地区值下标
- picker = this.$refs.uPicker1
- } = e
- //columnIndex代表第几列,意思是下标为0的列发生变化
- if (columnIndex === 0) {
- picker.setColumnValues(1, this.city[indexs[0]].map(v => {
- return {
- name: v.name,
- id: v.id
- }
- }))
- picker.setColumnValues(2, this.area[indexs[0]][0].map(v => {
- return {
- name: v.name,
- id: v.id
- }
- }))
- }
- if (columnIndex === 1) {
- picker.setColumnValues(2, this.area[indexs[0]][indexs[1]].map(v => {
- return {
- name: v.name,
- id: v.id
- }
- }))
- }
- },
- // 选择器
- // 求职身份选择器
- sectionChange(index) {
- this.current = index;
- if (index == 0) {
- this.from.job_role = "student"
- } else {
- this.from.job_role = "employee"
- }
- },
- //性别选择器确认
- sexConfirm(e) {
- if (e.value[0] == '男') {
- this.sexvalue = "男",
- this.from.sex = "male"
- } else if (e.value[0] == "女") {
- this.sexvalue = "女",
- this.from.sex = "female"
- } else {
- this.sexvalue = "保密",
- this.from.sex = "secret"
- }
- this.sexShow = false
- },
- //点击显示时间选择器
- birthdayBtn() {
- this.birthdayShow = true
- //new Date(this.endDate).getTime()为你需要在选择器上显示的时间戳
- this.$refs.picker.innerValue = new Date(946656000000).getTime()
- },
- //出生日期选择器
- async birthdayConfirm(e) {
- const timeFormat = uni.$u.timeFormat;
- let timeValue = await timeFormat(e.value, 'yyyy-mm-dd');
- this.from.birthday = timeValue;
- this.birthdayShow = false
- },
- //政治面貌
- politicsConfirm(e) {
- this.from.political_status_id = e.value[0].id
- this.politics = e.value[0].name
- this.politicsShow = false;
- },
- //婚姻状态
- maritalConfirm(e) {
- this.from.marital_status_id = e.value[0].id
- this.status = e.value[0].name
- this.maritalShow = false
- },
- //参加工作时间
- async workConfirm(e) {
- const timeFormat = uni.$u.timeFormat;
- let timeValue = await timeFormat(e.value, 'yyyy-mm-dd');
- this.from.job_time = timeValue;
- this.workShow = false
- },
- //户口地址
- cityconfirm(e) {
- let a = e.value[0].name + e.value[1].name + e.value[2].name
- let ids = String(e.value[0].id) + String(e.value[1].id) + String(e.value[2].id)
- this.from.domicile_city_id = e.value[1].id
- this.from.domicile_province_id = e.value[0].id
- // this.city1 = e.value.join("")
- this.city1 = a
- this.cityShow = false
- },
- cityconfirm1(e) {
- let a = e.value[0].name + e.value[1].name + e.value[2].name
- let ids = String(e.value[0].id) + String(e.value[1].id) + String(e.value[2].id)
- this.from.city_id = e.value[1].id
- this.from.province_id = e.value[0].id
- // this.city1 = e.value.join("")
- this.city2 = a
- this.cityShow1 = false
- },
- jobConfirm(e) {
- this.job = e.value[0].name
- this.from.job_status_id = e.value[0].id
- this.jobShow = false
- },
- tishi() {
- this.$u.toast('请前往账号设置中修改')
- },
- //关闭模态框
- close() {
- this.sexShow = false;
- this.birthdayShow = false;
- this.politicsShow = false;
- this.maritalShow = false
- this.workShow = false
- this.cityShow = false
- this.jobShow = false
- },
- next() {
- if (!this.from.name) {
- this.$u.toast("请填写姓名")
- return
- }
- if (!this.from.sex) {
- this.$u.toast("请选择性别")
- return
- }
- if (!this.current) {
- this.$u.toast("请选择求职身份")
- return
- }
- if (!this.from.birthday) {
- this.$u.toast("请选择出生年月")
- return
- }
- if (!this.city2) {
- this.$u.toast("请选择当前城市")
- return
- }
- if (!this.city1) {
- this.$u.toast("请选择户口所在地")
- return
- }
- // if (!this.job) {
- // this.$u.toast("请选择当前求职状态")
- // return
- // }
- if (!this.from.job_time) {
- this.$u.toast("请选择参加工作时间")
- return
- }
- // if (!this.$u.test.mobile(this.from.mobile)) {
- // this.$u.toast("请输入正确的手机号")
- // return
- // }
- if (this.from.email) {
- if (!this.$u.test.email(this.from.email)) {
- this.$u.toast("请输入正确的邮箱号")
- return
- }
- }
- // if (!this.from.wx) {
- // this.$u.toast("请填写微信号")
- // return
- // }
- update({
- source_id: this.jianliid,
- ...this.from
- }).then(res => {
- if (res.code == 1) {
- setTimeout(() => {
- this.$u.toast(res.msg)
- uni.navigateBack()
- }, 800)
- }
- })
- },
- return1() {
- uni.navigateBack()
- },
- }
- }
- </script>
- <style lang="scss">
- page {
- background-color: #F3F3F3;
- }
- .index-page {
- overflow: hidden;
- margin-bottom: 60rpx;
- .mingpianfont {
- height: 50rpx;
- font-size: 36rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 50rpx;
- }
- .explain {
- margin-top: 24rpx;
- width: 528rpx;
- height: 36rpx;
- font-size: 26rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- line-height: 36rpx;
- }
- //个人信息
- .personal {
- width: 750rpx;
- background: #FFFFFF;
- border-radius: 28rpx 28rpx 0rpx 0rpx;
- margin-top: -40rpx;
- position: relative;
- z-index: 99;
- padding: 40rpx 32rpx 0;
- margin-bottom: 60rpx;
- box-sizing: border-box;
- .body-input {
- height: 170rpx;
- border-bottom: 2rpx solid #F4F4F4;
- .input-title {
- font-size: 26rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #666666;
- margin-bottom: 20rpx;
- margin-top: 30rpx;
- box-sizing: border-box;
- }
- .input-style {
- font-size: 32rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #CACACA;
- }
- }
- .button {
- width: 686rpx;
- height: 88rpx !important;
- background: #0C66C2;
- border-radius: 12rpx;
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 88rpx;
- margin: 10rpx 0 0rpx 0;
- display: flex;
- justify-content: center;
- }
- }
- .index-item {
- // width: 702rpx;
- // background: #FFFFFF;
- // border-radius: 20rpx;
- // margin: 20rpx auto;
- // padding: 0 20rpx 24rpx 10rpx;
- .item-down {
- text:first-child {
- font-size: 22rpx;
- font-family: SFPro-Regular, SFPro;
- font-weight: 400;
- color: #666666;
- }
- text:last-child {
- font-size: 22rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #666666;
- }
- }
- .item-gongsi {
- margin-bottom: 16rpx;
- .text2 {
- font-size: 24rpx;
- font-family: SFPro-Regular, SFPro;
- font-weight: 400;
- color: #666666;
- }
- .logo {
- width: 42rpx;
- height: 42rpx;
- border-radius: 10rpx;
- margin-right: 16rpx;
- }
- .text1 {
- max-width: 192rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #444444;
- margin-right: 12rpx;
- }
- }
- .item-label {
- margin-bottom: 20rpx;
- text {
- margin-right: 16rpx;
- line-height: 46rpx;
- background: #F7F7F7;
- border-radius: 4rpx;
- padding: 0 14rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #5F5F5F;
- }
- }
- .item-top {
- height: 88rpx;
- .text1 {
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #222222;
- margin-right: 16rpx;
- }
- .text2 {
- width: 50rpx;
- line-height: 32rpx;
- background: rgba(255, 83, 53, 0.1);
- border-radius: 4rpx;
- text-align: center;
- font-size: 20rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #FF5335;
- margin-right: 12rpx;
- }
- .text3 {
- width: 90rpx;
- line-height: 32rpx;
- background: #FFF2E8;
- border-radius: 4rpx;
- text-align: center;
- font-size: 20rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #FF8620;
- margin-right: 12rpx;
- }
- .text4 {
- line-height: 32rpx;
- background: #E6EFF8;
- border-radius: 4rpx;
- padding: 0 4rpx;
- text-align: center;
- font-size: 20rpx;
- font-family: SFPro-Regular, SFPro;
- font-weight: 400;
- color: #0C66C2;
- }
- .text5 {
- font-size: 32rpx;
- font-family: JDZhengHT-Regular, JDZhengHT;
- font-weight: 400;
- color: #0C66C2;
- }
- }
- }
- .index-navbar {
- position: sticky;
- top: 0;
- left: 0;
- width: 750rpx;
- z-index: 10;
- .header-down {
- height: 92rpx;
- padding: 20rpx 24rpx;
- box-sizing: border-box;
- .font {
- font-size: 40rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #222222;
- }
- .right-item {
- padding: 0 16rpx;
- height: 52rpx;
- background: #F3F3F3;
- border-radius: 4rpx;
- margin-left: 20rpx;
- .text {
- margin-right: 4rpx;
- font-size: 26rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #666666;
- }
- }
- .down-left {
- .text {
- margin-right: 4rpx;
- font-size: 26rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #222222;
- }
- }
- }
- .index-bg {
- position: absolute;
- top: 0;
- left: 0;
- z-index: -1;
- width: 750rpx;
- height: 392rpx;
- }
- }
- .index-header {
- flex: 1;
- padding: 0 32rpx;
- height: 50rpx;
- .index-search {
- width: 200rpx;
- height: 64rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- padding: 0 28rpx;
- .text1 {
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- margin-left: 16rpx;
- }
- }
- .index-tabs {
- text:first-child {
- font-size: 36rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #222222;
- }
- text:last-child {
- width: 76rpx;
- height: 12rpx;
- background: linear-gradient(270deg, #208EFF 0%, rgba(28, 159, 227, 0) 100%);
- margin-top: -20rpx;
- border-radius: 100rpx;
- }
- }
- }
- }
- ::v-deep .u-navbar__content__left {
- padding: 0 !important;
- }
- ::v-deep .u-subsection {
- width: 312rpx !important;
- }
- ::v-deep .u-input--square {
- background-color: #fff !important;
- }
- </style>
|