personal-infor.vue 25 KB

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