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