personal-infor.vue 27 KB

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