personal-infor.vue 27 KB

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