userinfo.vue 28 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027
  1. <template>
  2. <view class="index-page">
  3. <!-- 个人信息 -->
  4. <view class="personal">
  5. <view class="u-flex u-row-between">
  6. <text>头像</text>
  7. <image :src="from.avatar" style="width: 120rpx;height: 120rpx;border-radius: 50%;" mode=""
  8. @click="uploadimg"></image>
  9. </view>
  10. <view class="body-input u-flex-col u-row-center "
  11. style="margin-top:32rpx ;padding-top:30rpx ;border-top:2rpx solid #F0F0F0 ;" @click="tochangename">
  12. <text class="input-title">真实姓名</text>
  13. <u--input customStyle="padding:0 !important" type="text" placeholder="请填写您的真实姓名" border
  14. placeholderClass='input-style' v-model="from.name"></u--input>
  15. </view>
  16. <view class="body-input u-flex-col u-row-center" @click="sexShow = true">
  17. <text class="input-title">性别</text>
  18. <u--input v-if="from.sex == 'male'" value="男" :disabled="true" disabledColor="#fff"
  19. customStyle="padding:0 !important" type="text" placeholder="请选择您的性别" border
  20. placeholderClass='input-style' suffixIcon="arrow-right"
  21. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-mode="sexvalue"></u--input>
  22. <u--input v-if="from.sex == 'female'" value="女" :disabled="true" disabledColor="#fff"
  23. customStyle="padding:0 !important" type="text" placeholder="请选择您的性别" border
  24. placeholderClass='input-style' suffixIcon="arrow-right"
  25. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-mode="sexvalue">女</u--input>
  26. <u--input v-if="from.sex == 'secret'" value="保密" :disabled="true" disabledColor="#fff"
  27. customStyle="padding:0 !important" type="text" placeholder="请选择您的性别" border
  28. placeholderClass='input-style' suffixIcon="arrow-right"
  29. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-mode="sexvalue"></u--input>
  30. </view>
  31. <view class="body-input u-flex-col u-row-center" @click="jobRole=true">
  32. <text class="input-title">求职身份</text>
  33. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  34. placeholder="请选择您的求职身份" border placeholderClass='input-style' suffixIcon="arrow-right"
  35. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="current"></u--input>
  36. </view>
  37. <view class="body-input u-flex-col u-row-center" @click="birthdayBtn">
  38. <text class="input-title">出生日期</text>
  39. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  40. placeholder="请选择您的出生年月" border placeholderClass='input-style' suffixIcon="arrow-right"
  41. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
  42. v-model="from.birthday"></u--input>
  43. </view>
  44. <view class="body-input u-flex-col u-row-center" @click="cityShow1 = true">
  45. <text class="input-title">当前城市</text>
  46. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  47. placeholder="请选择您的当前城市" border placeholderClass='input-style' suffixIcon="arrow-right"
  48. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="city2"></u--input>
  49. </view>
  50. <view class="body-input u-flex-col u-row-center" @click="cityShow = true">
  51. <text class="input-title">户口所在地</text>
  52. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  53. placeholder="请选择您的户口所在地" border placeholderClass='input-style' suffixIcon="arrow-right"
  54. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="city1"></u--input>
  55. </view>
  56. <view class="body-input u-flex-col u-row-center" @click="workBtn">
  57. <text class="input-title">参加工作时间</text>
  58. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  59. placeholder="请选择您参加工作的时间" border placeholderClass='input-style' suffixIcon="arrow-right"
  60. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
  61. v-model="from.job_time"></u--input>
  62. </view>
  63. <view class="body-input u-flex-col u-row-center">
  64. <text class="input-title">目前薪资</text>
  65. <view class="u-flex u-row-between">
  66. <view style="width: 80rpx;" class="" @click="salarytype = true">{{salary_type}}</view>
  67. <u-icon name="arrow-down-fill" color="#000" size="8"></u-icon>
  68. <u--input inputAlign='center' border style='width:50rpx' class=""
  69. v-model="from.salary">{{from.salary||''}}</u--input>K
  70. <text style="margin-left: 50rpx;">*</text>
  71. <u--input inputAlign='center' border style='width:50rpx' class=""
  72. v-model="from.salary_month">{{from.salary_month||''}}</u--input>薪资
  73. </view>
  74. </view>
  75. <view class="body-input u-flex-col u-row-center">
  76. <text class="input-title">手机号</text>
  77. <view class="u-flex u-row-between">
  78. <u--input :disabled="true" customStyle="padding:0 !important" type="text" placeholder="请填写" border
  79. placeholderClass='input-style' v-model="mobile_text"></u--input>
  80. <view class="u-flex" @click="tochangetel">
  81. <text style="font-size: 24rpx;
  82. font-family: PingFangSC, PingFang SC;
  83. font-weight: 400;
  84. color: #0C66C2;">已绑定</text>
  85. <u-icon name="arrow-right" color="#CACACA" size="16"></u-icon>
  86. </view>
  87. </view>
  88. </view>
  89. <view class="body-input u-flex-col u-row-center">
  90. <text class="input-title">邮箱</text>
  91. <u--input customStyle="padding:0 !important" type="text" placeholder="请填写(选填)" border
  92. placeholderClass='input-style' v-model="from.email"></u--input>
  93. </view>
  94. <view class="body-input u-flex-col u-row-center">
  95. <text class="input-title">微信</text>
  96. <u--input customStyle="padding:0 !important" type="text" placeholder="请填写(选填)" border
  97. placeholderClass='input-style' v-model="from.wx"></u--input>
  98. </view>
  99. <!-- <view class="body-input u-flex-col u-row-center" @click="maritalShow = true">
  100. <text class="input-title">婚姻状态</text>
  101. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  102. placeholder="请选择(选填)" border placeholderClass='input-style' suffixIcon="arrow-right"
  103. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="status"></u--input>
  104. </view> -->
  105. <!-- <view class="body-input u-flex-col u-row-center" @click="politicsShow = true">
  106. <text class="input-title">政治面貌</text>
  107. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  108. placeholder="请选择(选填)" border placeholderClass='input-style' suffixIcon="arrow-right"
  109. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="politics"></u--input>
  110. </view> -->
  111. <view class="button" @click="next">
  112. 保存
  113. </view>
  114. </view>
  115. <!-- 选择器 -->
  116. <u-picker title="性别" :show="sexShow" @confirm="sexConfirm" :columns="sexdata" @cancel='close()'></u-picker>
  117. <u-picker title="政治面貌" keyName="name" :show="politicsShow" @confirm="politicsConfirm" :columns="politicslist"
  118. @cancel='close()'></u-picker>
  119. <u-picker title="婚姻状态" keyName="name" :show="maritalShow" @confirm="maritalConfirm" :columns="maritallist"
  120. @cancel='close()'>
  121. </u-picker><u-picker title="求职状态" keyName="name" :show="jobShow" @confirm="jobConfirm" :columns="joblist"
  122. @cancel='close()'></u-picker>
  123. <u-datetime-picker ref="picker" title="出生日期" :minDate="minDate" @confirm="birthdayConfirm" :show="birthdayShow"
  124. mode="date" @cancel='close()'></u-datetime-picker>
  125. <u-datetime-picker ref="pickers" title="参加工作时间" :minDate="minDate1" @confirm="workConfirm" :show="workShow"
  126. mode="date" @cancel='close()'></u-datetime-picker>
  127. <u-picker ref="uPicker" keyName="name" title="户口所在地" :defaultIndex="indexs" :show="cityShow" :columns="cityList"
  128. @confirm="cityconfirm" @cancel="cityShow = false" @change="changeHandler"></u-picker>
  129. <u-picker ref="uPicker1" keyName="name" title="当前城市" :defaultIndex="indexs" :show="cityShow1"
  130. :columns="cityList" @confirm="cityconfirm1" @cancel="cityShow1 = false" @change="changeHandler1"></u-picker>
  131. <u-picker title="职场人身份" keyName="name" :show="jobRole" @confirm="jobRolefunction" :columns="list"
  132. @cancel='jobRole = false'></u-picker>
  133. <u-picker title="薪资类型" keyName="name" :show="salarytype" @confirm="salarytypefunction" :columns="salarytypelist"
  134. @cancel='salarytype = false'></u-picker>
  135. </view>
  136. </template>
  137. <script>
  138. import fuxing from "../common/fuxing.js"
  139. import {
  140. politics,
  141. marital,
  142. getAllArea,
  143. getjob,
  144. profile,
  145. resumeDetail,
  146. update,
  147. index,
  148. } from "@/units/inquire.js"
  149. export default {
  150. data() {
  151. return {
  152. mobile_text: '',
  153. salarytype: false,
  154. jobRole: false,
  155. cityShow1: "",
  156. addressData: {
  157. id: "",
  158. province: "",
  159. city: "",
  160. area: "",
  161. detail: "",
  162. userName: "",
  163. phone: "",
  164. isDefault: false
  165. }, //地址数据
  166. province: [], //省数据
  167. city: [], //市数据
  168. area: [], //区数据
  169. provinceid: "", //省数据
  170. cityid: "", //市数据
  171. areaid: "", //区数据
  172. indexs: [], //默认地区下标
  173. //选择器状态
  174. sexShow: false, //性别
  175. birthdayShow: false, //出生年月
  176. politicsShow: false, //政治面貌
  177. maritalShow: false, //婚姻状态
  178. workShow: false, //工作时间
  179. cityShow: false, //户口所在地
  180. jobShow: false, //工作显示
  181. // 列表数据
  182. sexvalue: "", //性别传的值
  183. status: "", //婚姻状态
  184. politics: "", //政治面貌
  185. city1: "", //地址
  186. job: "",
  187. // avatar: "", //头像
  188. job_name: "",
  189. salary_type: '月薪',
  190. from: {
  191. salary: '', //薪水
  192. wx: '',
  193. avatar: "", //头像
  194. name: "",
  195. sex: "",
  196. birthday: "",
  197. // industry_id: "", //行业id
  198. province_id: "", //省份id
  199. city_id: "", //城市id
  200. // invitation_code: "", //邀请码
  201. job_role: "student", //求职身份
  202. job_time: "", //参加工作时间
  203. mobile: "", //手机号
  204. domicile_province_id: "", //户籍省份
  205. domicile_city_id: "", //市
  206. political_status_id: "", //政治面貌
  207. marital_status_id: "", //婚姻状态
  208. job_status_id: "", //求职
  209. email: "", //邮箱
  210. source_type: "resume",
  211. salary_month: '', //一年多少薪
  212. salary_type: 'month',
  213. },
  214. minDate: "",
  215. minDate1: "",
  216. height: '',
  217. list: [
  218. [{
  219. name: '学生',
  220. sole: 'student'
  221. }, {
  222. name: '职场人',
  223. sole: 'employee'
  224. }]
  225. ],
  226. salarytypelist: [
  227. [{
  228. name: '月薪',
  229. type: 'month'
  230. }, {
  231. name: '年薪',
  232. tupe: 'year'
  233. }]
  234. ],
  235. current: '学生',
  236. sexdata: [
  237. ['男', '女', '保密']
  238. ],
  239. politicslist: [
  240. []
  241. ],
  242. maritallist: [
  243. []
  244. ],
  245. cityList: [], //数据地址
  246. cityids: [], //数据地址
  247. joblist: [],
  248. jianliid: "",
  249. city2: '',
  250. // typea: ''
  251. virtual_name: '',
  252. }
  253. },
  254. onLoad(option) {
  255. // this.getHeight()
  256. // this.typea = option.typea
  257. this.jianliid = option.id
  258. console.log(this.jianliid);
  259. this.minDate = Number(new Date('1900-01-01'));
  260. this.minDate1 = Number(new Date('1980-01-01'));
  261. this.getpolitics()
  262. this.getmarital()
  263. this.AllArea()
  264. this.getJob()
  265. this.resumeDetail()
  266. },
  267. methods: {
  268. //求职身份
  269. jobRolefunction(e) {
  270. this.from.job_role = e.value[0].sole
  271. this.current = e.value[0].name
  272. this.jobRole = false
  273. },
  274. salarytypefunction(e) {
  275. this.from.salary_type = e.value[0].salary_type
  276. this.salary_type = e.value[0].name
  277. this.salarytype = false
  278. },
  279. tochangetel() {
  280. uni.navigateTo({
  281. url: "/pagesD/change-tel"
  282. })
  283. },
  284. uploadimg() {
  285. uni.chooseImage({
  286. count: 1,
  287. success: (img) => {
  288. uni.showLoading({
  289. mask: true,
  290. title: "请稍后"
  291. })
  292. uni.uploadFile({
  293. url: 'https://hire.hdlkeji.com/api/common/upload',
  294. filePath: img.tempFilePaths[0],
  295. name: 'file',
  296. success: (res) => {
  297. uni.hideLoading()
  298. if (JSON.parse(res.data).code == 1) {
  299. this.from.avatar = JSON.parse(res.data).data.fullurl
  300. this.next()
  301. this.resumeDetail()
  302. } else {
  303. this.$u.toast(JSON.parse(res.data).msg)
  304. }
  305. },
  306. fail: (e) => {
  307. console.log(e);
  308. }
  309. })
  310. }
  311. })
  312. },
  313. tochangename() {
  314. console.log('kkkk', {
  315. name: this.from.name,
  316. virtual_name: this.from.virtual_name
  317. });
  318. uni.navigateTo({
  319. url: "/pagesD/change-name?name=" + JSON.stringify({
  320. name: this.from.name,
  321. virtual_name: this.from.virtual_name
  322. }),
  323. events: {
  324. getname: (res) => {
  325. if (res.name) {
  326. this.from.name = res.name
  327. } else {
  328. var name = ''
  329. fuxing.forEach(val => {
  330. if (res.virtual_name.indexOf(val) > -1) {
  331. name = res.virtual_name[0] + res.virtual_name[1] + (this.from
  332. .sex == 'female' ? '女士' : '先生')
  333. }
  334. })
  335. if (!name) {
  336. name = res.virtual_name[0] + (this.from.sex == 'female' ? '女士' : '先生')
  337. }
  338. this.from.name = name
  339. }
  340. this.from.virtual_name = res.virtual_name
  341. }
  342. }
  343. })
  344. },
  345. resumeDetail() {
  346. resumeDetail().then(res => {
  347. this.from.avatar = res.data.avatar //头像
  348. this.from.name = res.data.name
  349. this.from.sex = res.data.sex
  350. this.from.birthday = res.data.birthday
  351. this.from.virtual_name = res.data.virtual_name
  352. // this.job_name = res.data.job_experience[0].job_name,
  353. this.from.job_role = res.data.job_role //求职身份
  354. this.from.job_time = res.data.job_time //参加工作时间
  355. this.from.mobile = res.data.mobile //手机号
  356. this.city1 = res.data.domicile_province + res.data.domicile_city
  357. this.politics = res.data.political_status_name //政治面貌
  358. this.status = res.data.marital_status_name //婚姻状态
  359. this.from.email = res.data.email //邮箱
  360. this.job = res.data.job_status_name
  361. this.from.job_status_id = res.data.job_status_id
  362. this.from.political_status_id = res.data.political_status_id
  363. this.from.province_id = res.data.province_id
  364. this.from.city_id = res.data.city_id
  365. this.city2 = res.data.province + res.data.city
  366. this.from.domicile_city_id = res.data.domicile_city_id
  367. this.from.domicile_province_id = res.data.domicile_province_id
  368. this.from.marital_status_id = res.data.marital_status_id
  369. this.from.salary_type = res.data.salary_type
  370. this.from.salary = res.data.salary
  371. this.from.salary_month = res.data.salary_month
  372. this.mobile_text = res.data.mobile_text
  373. this.from.wx = res.data.wx
  374. this.current = {
  375. 'student': '学生',
  376. 'employee': '职场人',
  377. } [this.from.job_role]
  378. this.salary_type = {
  379. 'month': '月薪',
  380. 'year': '年薪',
  381. } [this.from.salary_type]
  382. })
  383. },
  384. workBtn() {
  385. this.workShow = true
  386. this.$refs.pickers.innerValue = new Date(1672502400000).getTime()
  387. },
  388. // 获取政治面貌
  389. getpolitics() {
  390. politics().then((res) => {
  391. this.politicslist[0] = res.data
  392. })
  393. },
  394. //婚姻状态
  395. getmarital() {
  396. marital().then((res) => {
  397. this.maritallist[0] = res.data
  398. })
  399. },
  400. //获取求职状态
  401. getJob() {
  402. getjob().then((res) => {
  403. this.joblist[0] = res.data
  404. })
  405. },
  406. //所有地区
  407. AllArea() {
  408. getAllArea().then((res) => {
  409. console.log(res);
  410. this.province = res.data.map(t => {
  411. return {
  412. name: t.name,
  413. id: t.id
  414. }
  415. })
  416. console.log("aaa", this.province);
  417. this.city = res.data.map(t => t.children.map(v => {
  418. return {
  419. name: v.name,
  420. id: v.id
  421. }
  422. }))
  423. this.area = res.data.map(t => t.children.map(v => v.children.map(i => {
  424. return {
  425. name: i.name,
  426. id: i.id
  427. }
  428. })))
  429. //默认显示数据
  430. // this.cityList = [
  431. // this.province.map(res => res.name),
  432. // this.city[0].map(res => res.name),
  433. // this.area[0][0].map(res => res.name)
  434. // ]
  435. let a = []
  436. let b = []
  437. let c = []
  438. this.province.map(res => {
  439. a.push({
  440. name: res.name,
  441. id: res.id,
  442. })
  443. })
  444. this.city[0].map(res => {
  445. b.push({
  446. name: res.name,
  447. id: res.id,
  448. })
  449. })
  450. this.area[0][0].map(res => {
  451. c.push({
  452. name: res.name,
  453. id: res.id,
  454. })
  455. })
  456. this.cityList = [a, b, c]
  457. console.log(33, this.cityList);
  458. if (this.addressData.province && this.addressData.city && this.addressData.area) {
  459. //省索引
  460. let pIdx = this.province.findIndex(v => v.name == this.addressData.province);
  461. //根据省索引设置默认市数据
  462. this.columns[1] = this.city[pIdx].map(res => res.name)
  463. //市索引
  464. let cIdx = this.city[pIdx].findIndex(v => v.name == this.addressData.city);
  465. //根据市索引设置默认区数据
  466. this.columns[2] = this.area[pIdx][cIdx].map(res => res.name)
  467. //区索引
  468. let aIdx = this.area[pIdx][cIdx].findIndex(v => v.name == this.addressData.area);
  469. this.indexs = [pIdx, cIdx, aIdx];
  470. // console.log(pIdx, cIdx, aIdx);
  471. console.log(this.indexs);
  472. }
  473. })
  474. },
  475. changeHandler(e) {
  476. const {
  477. columnIndex, //当前改变值的列下标
  478. value,
  479. values, // values为当前变化列的数组内容
  480. indexs, //当前地区值下标
  481. picker = this.$refs.uPicker
  482. } = e
  483. //columnIndex代表第几列,意思是下标为0的列发生变化
  484. if (columnIndex === 0) {
  485. picker.setColumnValues(1, this.city[indexs[0]].map(v => {
  486. return {
  487. name: v.name,
  488. id: v.id
  489. }
  490. }))
  491. picker.setColumnValues(2, this.area[indexs[0]][0].map(v => {
  492. return {
  493. name: v.name,
  494. id: v.id
  495. }
  496. }))
  497. }
  498. if (columnIndex === 1) {
  499. picker.setColumnValues(2, this.area[indexs[0]][indexs[1]].map(v => {
  500. return {
  501. name: v.name,
  502. id: v.id
  503. }
  504. }))
  505. }
  506. },
  507. changeHandler1(e) {
  508. const {
  509. columnIndex, //当前改变值的列下标
  510. value,
  511. values, // values为当前变化列的数组内容
  512. indexs, //当前地区值下标
  513. picker = this.$refs.uPicker1
  514. } = e
  515. //columnIndex代表第几列,意思是下标为0的列发生变化
  516. if (columnIndex === 0) {
  517. picker.setColumnValues(1, this.city[indexs[0]].map(v => {
  518. return {
  519. name: v.name,
  520. id: v.id
  521. }
  522. }))
  523. picker.setColumnValues(2, this.area[indexs[0]][0].map(v => {
  524. return {
  525. name: v.name,
  526. id: v.id
  527. }
  528. }))
  529. }
  530. if (columnIndex === 1) {
  531. picker.setColumnValues(2, this.area[indexs[0]][indexs[1]].map(v => {
  532. return {
  533. name: v.name,
  534. id: v.id
  535. }
  536. }))
  537. }
  538. },
  539. // 选择器
  540. // 求职身份选择器
  541. sectionChange(index) {
  542. this.current = index;
  543. if (index == 0) {
  544. this.from.job_role = "student"
  545. } else {
  546. this.from.job_role = "employee"
  547. }
  548. },
  549. //性别选择器确认
  550. sexConfirm(e) {
  551. if (e.value[0] == '男') {
  552. this.sexvalue = "男",
  553. this.from.sex = "male"
  554. } else if (e.value[0] == "女") {
  555. this.sexvalue = "女",
  556. this.from.sex = "female"
  557. } else {
  558. this.sexvalue = "保密",
  559. this.from.sex = "secret"
  560. }
  561. this.sexShow = false
  562. },
  563. //点击显示时间选择器
  564. birthdayBtn() {
  565. this.birthdayShow = true
  566. //new Date(this.endDate).getTime()为你需要在选择器上显示的时间戳
  567. this.$refs.picker.innerValue = new Date(946656000000).getTime()
  568. },
  569. //出生日期选择器
  570. async birthdayConfirm(e) {
  571. const timeFormat = uni.$u.timeFormat;
  572. let timeValue = await timeFormat(e.value, 'yyyy-mm-dd');
  573. this.from.birthday = timeValue;
  574. this.birthdayShow = false
  575. },
  576. //政治面貌
  577. politicsConfirm(e) {
  578. this.from.political_status_id = e.value[0].id
  579. this.politics = e.value[0].name
  580. this.politicsShow = false;
  581. },
  582. //婚姻状态
  583. maritalConfirm(e) {
  584. this.from.marital_status_id = e.value[0].id
  585. this.status = e.value[0].name
  586. this.maritalShow = false
  587. },
  588. //参加工作时间
  589. async workConfirm(e) {
  590. const timeFormat = uni.$u.timeFormat;
  591. let timeValue = await timeFormat(e.value, 'yyyy-mm-dd');
  592. this.from.job_time = timeValue;
  593. this.workShow = false
  594. },
  595. //户口地址
  596. cityconfirm(e) {
  597. let a = e.value[0].name + e.value[1].name + e.value[2].name
  598. let ids = String(e.value[0].id) + String(e.value[1].id) + String(e.value[2].id)
  599. this.from.domicile_city_id = e.value[1].id
  600. this.from.domicile_province_id = e.value[0].id
  601. // this.city1 = e.value.join("")
  602. this.city1 = a
  603. this.cityShow = false
  604. },
  605. cityconfirm1(e) {
  606. let a = e.value[0].name + e.value[1].name + e.value[2].name
  607. let ids = String(e.value[0].id) + String(e.value[1].id) + String(e.value[2].id)
  608. this.from.city_id = e.value[1].id
  609. this.from.province_id = e.value[0].id
  610. // this.city1 = e.value.join("")
  611. this.city2 = a
  612. this.cityShow1 = false
  613. },
  614. jobConfirm(e) {
  615. this.job = e.value[0].name
  616. this.from.job_status_id = e.value[0].id
  617. this.jobShow = false
  618. },
  619. tishi() {
  620. this.$u.toast('请前往账号设置中修改')
  621. },
  622. //关闭模态框
  623. close() {
  624. this.sexShow = false;
  625. this.birthdayShow = false;
  626. this.politicsShow = false;
  627. this.maritalShow = false
  628. this.workShow = false
  629. this.cityShow = false
  630. this.jobShow = false
  631. },
  632. next() {
  633. if (!this.from.name) {
  634. this.$u.toast("请填写姓名")
  635. return
  636. }
  637. if (!this.from.sex) {
  638. this.$u.toast("请选择性别")
  639. return
  640. }
  641. if (!this.current) {
  642. this.$u.toast("请选择求职身份")
  643. return
  644. }
  645. if (!this.from.birthday) {
  646. this.$u.toast("请选择出生年月")
  647. return
  648. }
  649. if (!this.city2) {
  650. this.$u.toast("请选择当前城市")
  651. return
  652. }
  653. if (!this.city1) {
  654. this.$u.toast("请选择户口所在地")
  655. return
  656. }
  657. // if (!this.job) {
  658. // this.$u.toast("请选择当前求职状态")
  659. // return
  660. // }
  661. if (!this.from.job_time) {
  662. this.$u.toast("请选择参加工作时间")
  663. return
  664. }
  665. // if (!this.$u.test.mobile(this.from.mobile)) {
  666. // this.$u.toast("请输入正确的手机号")
  667. // return
  668. // }
  669. if (this.from.email) {
  670. if (!this.$u.test.email(this.from.email)) {
  671. this.$u.toast("请输入正确的邮箱号")
  672. return
  673. }
  674. }
  675. // if (!this.from.wx) {
  676. // this.$u.toast("请填写微信号")
  677. // return
  678. // }
  679. update({
  680. source_id: this.jianliid,
  681. ...this.from
  682. }).then(res => {
  683. if (res.code == 1) {
  684. setTimeout(() => {
  685. this.$u.toast(res.msg)
  686. uni.navigateBack()
  687. }, 800)
  688. }
  689. })
  690. },
  691. return1() {
  692. uni.navigateBack()
  693. },
  694. }
  695. }
  696. </script>
  697. <style lang="scss">
  698. page {
  699. background-color: #F3F3F3;
  700. }
  701. .index-page {
  702. overflow: hidden;
  703. margin-bottom: 60rpx;
  704. .mingpianfont {
  705. height: 50rpx;
  706. font-size: 36rpx;
  707. font-family: PingFangSC-Medium, PingFang SC;
  708. font-weight: 500;
  709. color: #FFFFFF;
  710. line-height: 50rpx;
  711. }
  712. .explain {
  713. margin-top: 24rpx;
  714. width: 528rpx;
  715. height: 36rpx;
  716. font-size: 26rpx;
  717. font-family: PingFangSC-Regular, PingFang SC;
  718. font-weight: 400;
  719. color: #FFFFFF;
  720. line-height: 36rpx;
  721. }
  722. //个人信息
  723. .personal {
  724. width: 750rpx;
  725. background: #FFFFFF;
  726. border-radius: 28rpx 28rpx 0rpx 0rpx;
  727. margin-top: -40rpx;
  728. position: relative;
  729. z-index: 99;
  730. padding: 40rpx 32rpx 0;
  731. margin-bottom: 60rpx;
  732. box-sizing: border-box;
  733. .body-input {
  734. height: 170rpx;
  735. border-bottom: 2rpx solid #F4F4F4;
  736. .input-title {
  737. font-size: 26rpx;
  738. font-family: PingFangSC-Regular, PingFang SC;
  739. font-weight: 400;
  740. color: #666666;
  741. margin-bottom: 20rpx;
  742. margin-top: 30rpx;
  743. box-sizing: border-box;
  744. }
  745. .input-style {
  746. font-size: 32rpx;
  747. font-family: PingFangSC-Regular, PingFang SC;
  748. font-weight: 400;
  749. color: #CACACA;
  750. }
  751. }
  752. .button {
  753. width: 686rpx;
  754. height: 88rpx !important;
  755. background: #0C66C2;
  756. border-radius: 12rpx;
  757. font-size: 32rpx;
  758. font-family: PingFangSC-Medium, PingFang SC;
  759. font-weight: 500;
  760. color: #FFFFFF;
  761. line-height: 88rpx;
  762. margin: 10rpx 0 0rpx 0;
  763. display: flex;
  764. justify-content: center;
  765. }
  766. }
  767. .index-item {
  768. // width: 702rpx;
  769. // background: #FFFFFF;
  770. // border-radius: 20rpx;
  771. // margin: 20rpx auto;
  772. // padding: 0 20rpx 24rpx 10rpx;
  773. .item-down {
  774. text:first-child {
  775. font-size: 22rpx;
  776. font-family: SFPro-Regular, SFPro;
  777. font-weight: 400;
  778. color: #666666;
  779. }
  780. text:last-child {
  781. font-size: 22rpx;
  782. font-family: PingFangSC-Regular, PingFang SC;
  783. font-weight: 400;
  784. color: #666666;
  785. }
  786. }
  787. .item-gongsi {
  788. margin-bottom: 16rpx;
  789. .text2 {
  790. font-size: 24rpx;
  791. font-family: SFPro-Regular, SFPro;
  792. font-weight: 400;
  793. color: #666666;
  794. }
  795. .logo {
  796. width: 42rpx;
  797. height: 42rpx;
  798. border-radius: 10rpx;
  799. margin-right: 16rpx;
  800. }
  801. .text1 {
  802. max-width: 192rpx;
  803. font-size: 24rpx;
  804. font-family: PingFangSC-Regular, PingFang SC;
  805. font-weight: 400;
  806. color: #444444;
  807. margin-right: 12rpx;
  808. }
  809. }
  810. .item-label {
  811. margin-bottom: 20rpx;
  812. text {
  813. margin-right: 16rpx;
  814. line-height: 46rpx;
  815. background: #F7F7F7;
  816. border-radius: 4rpx;
  817. padding: 0 14rpx;
  818. font-size: 24rpx;
  819. font-family: PingFangSC-Regular, PingFang SC;
  820. font-weight: 400;
  821. color: #5F5F5F;
  822. }
  823. }
  824. .item-top {
  825. height: 88rpx;
  826. .text1 {
  827. font-size: 32rpx;
  828. font-family: PingFangSC-Medium, PingFang SC;
  829. font-weight: 500;
  830. color: #222222;
  831. margin-right: 16rpx;
  832. }
  833. .text2 {
  834. width: 50rpx;
  835. line-height: 32rpx;
  836. background: rgba(255, 83, 53, 0.1);
  837. border-radius: 4rpx;
  838. text-align: center;
  839. font-size: 20rpx;
  840. font-family: PingFangSC-Regular, PingFang SC;
  841. font-weight: 400;
  842. color: #FF5335;
  843. margin-right: 12rpx;
  844. }
  845. .text3 {
  846. width: 90rpx;
  847. line-height: 32rpx;
  848. background: #FFF2E8;
  849. border-radius: 4rpx;
  850. text-align: center;
  851. font-size: 20rpx;
  852. font-family: PingFangSC-Regular, PingFang SC;
  853. font-weight: 400;
  854. color: #FF8620;
  855. margin-right: 12rpx;
  856. }
  857. .text4 {
  858. line-height: 32rpx;
  859. background: #E6EFF8;
  860. border-radius: 4rpx;
  861. padding: 0 4rpx;
  862. text-align: center;
  863. font-size: 20rpx;
  864. font-family: SFPro-Regular, SFPro;
  865. font-weight: 400;
  866. color: #0C66C2;
  867. }
  868. .text5 {
  869. font-size: 32rpx;
  870. font-family: JDZhengHT-Regular, JDZhengHT;
  871. font-weight: 400;
  872. color: #0C66C2;
  873. }
  874. }
  875. }
  876. .index-navbar {
  877. position: sticky;
  878. top: 0;
  879. left: 0;
  880. width: 750rpx;
  881. z-index: 10;
  882. .header-down {
  883. height: 92rpx;
  884. padding: 20rpx 24rpx;
  885. box-sizing: border-box;
  886. .font {
  887. font-size: 40rpx;
  888. font-family: PingFangSC-Medium, PingFang SC;
  889. font-weight: 500;
  890. color: #222222;
  891. }
  892. .right-item {
  893. padding: 0 16rpx;
  894. height: 52rpx;
  895. background: #F3F3F3;
  896. border-radius: 4rpx;
  897. margin-left: 20rpx;
  898. .text {
  899. margin-right: 4rpx;
  900. font-size: 26rpx;
  901. font-family: PingFangSC-Regular, PingFang SC;
  902. font-weight: 400;
  903. color: #666666;
  904. }
  905. }
  906. .down-left {
  907. .text {
  908. margin-right: 4rpx;
  909. font-size: 26rpx;
  910. font-family: PingFangSC-Medium, PingFang SC;
  911. font-weight: 500;
  912. color: #222222;
  913. }
  914. }
  915. }
  916. .index-bg {
  917. position: absolute;
  918. top: 0;
  919. left: 0;
  920. z-index: -1;
  921. width: 750rpx;
  922. height: 392rpx;
  923. }
  924. }
  925. .index-header {
  926. flex: 1;
  927. padding: 0 32rpx;
  928. height: 50rpx;
  929. .index-search {
  930. width: 200rpx;
  931. height: 64rpx;
  932. background: #FFFFFF;
  933. border-radius: 20rpx;
  934. padding: 0 28rpx;
  935. .text1 {
  936. font-size: 24rpx;
  937. font-family: PingFangSC-Regular, PingFang SC;
  938. font-weight: 400;
  939. color: #999999;
  940. margin-left: 16rpx;
  941. }
  942. }
  943. .index-tabs {
  944. text:first-child {
  945. font-size: 36rpx;
  946. font-family: PingFangSC-Medium, PingFang SC;
  947. font-weight: 500;
  948. color: #222222;
  949. }
  950. text:last-child {
  951. width: 76rpx;
  952. height: 12rpx;
  953. background: linear-gradient(270deg, #208EFF 0%, rgba(28, 159, 227, 0) 100%);
  954. margin-top: -20rpx;
  955. border-radius: 100rpx;
  956. }
  957. }
  958. }
  959. }
  960. ::v-deep .u-navbar__content__left {
  961. padding: 0 !important;
  962. }
  963. ::v-deep .u-subsection {
  964. width: 312rpx !important;
  965. }
  966. ::v-deep .u-input--square {
  967. background-color: #fff !important;
  968. }
  969. </style>