|
@@ -10,7 +10,7 @@
|
|
|
<news-module :pageList="pageList"></news-module>
|
|
|
</view>
|
|
|
</block> -->
|
|
|
- <block v-if="state == 0">
|
|
|
+ <block v-if="state == -1">
|
|
|
<view class="box vflex acenter jcenter">
|
|
|
<view class="img_box vflex acenter jcenter">
|
|
|
<u-icon name="info-circle-fill" color="#506dff" size="50"></u-icon>
|
|
@@ -19,65 +19,67 @@
|
|
|
<view class="release" @click="release">发布</view>
|
|
|
</view>
|
|
|
</block>
|
|
|
- <block v-if="state == 1">
|
|
|
+ <block v-if="state == 2 || state == 0">
|
|
|
<view class="box hflex jbetween">
|
|
|
<view class="">
|
|
|
<view class="hflex acenter">
|
|
|
- <view class="name">{{application.base_info.name}}</view>
|
|
|
+ <view class="name">{{base_info.name}}</view>
|
|
|
<view class="edit_btn" @click="perfect(1)">编辑</view>
|
|
|
</view>
|
|
|
- <view class="hflex acenter">
|
|
|
+ <view class="hflex acenter" style="padding-top: 16rpx;">
|
|
|
<view class="hflex acenter padR-24">
|
|
|
<image src="/static/images/index/demand/sex.png" class="icon"></image>
|
|
|
- <view class="text_style1">{{application.base_info.sex}}</view>
|
|
|
+ <view class="text_style1">{{base_info.sex}}</view>
|
|
|
</view>
|
|
|
<view class="hflex acenter padR-24">
|
|
|
<image src="/static/images/index/demand/edution.png" class="icon"></image>
|
|
|
- <view class="text_style1">{{application.base_info.edu}}</view>
|
|
|
+ <view class="text_style1">{{base_info.edu}}</view>
|
|
|
</view>
|
|
|
<view class="hflex acenter padR-24">
|
|
|
<image src="/static/images/index/demand/birthday.png" class="icon"></image>
|
|
|
- <view class="text_style1">{{application.base_info.age}}</view>
|
|
|
+ <view class="text_style1">{{base_info.age}}岁</view>
|
|
|
</view>
|
|
|
- <view class="hflex acenter padR-24">
|
|
|
+ <view class="hflex acenter padR-24" v-if="base_info.year > 0">
|
|
|
<image src="/static/images/index/demand/work.png" class="icon"></image>
|
|
|
- <view class="text_style1">{{application.base_info.year}}</view>
|
|
|
+ <view class="text_style1">{{base_info.year}}年</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="hflex acenter padT-26">
|
|
|
<u-icon name="phone-fill" color="#666666" size="14" class="padR-24"></u-icon>
|
|
|
- <view class="text_style1">{{application.base_info.phone?application.base_info.phone:'暂无'}}</view>
|
|
|
+ <view class="text_style1">{{base_info.phone}}</view>
|
|
|
</view>
|
|
|
<view class="hflex acenter padT-26">
|
|
|
<image src="/static/images/index/demand/email.png" class="icon"></image>
|
|
|
- <view class="text_style1">{{application.base_info.email?application.base_info.email:'暂无'}}<span style="color: #506dff;" @click="copy(application.base_info.email)"><span style="padding: 0 5rpx;">|</span>复制</span></view>
|
|
|
+ <view class="text_style1">{{base_info.email}}<span style="color: #506dff;" @click="copy(base_info.email)"><span style="padding: 0 5rpx;">|</span>复制</span></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <image :src="application.base_info.avatar" mode="aspectFill" class="avatar"></image>
|
|
|
+ <image :src="base_info.avatar" mode="aspectFill" class="avatar"></image>
|
|
|
</view>
|
|
|
<view class="box" >
|
|
|
<view class="hflex acenter jbetween">
|
|
|
<view class="box_title">求职意向</view>
|
|
|
<view class="edit_btn" @click="perfect(2)">编辑</view>
|
|
|
</view>
|
|
|
- <view class="hflex acenter padT-26">
|
|
|
- <view class="box_title">{{application.job_inte.job_name}}</view>
|
|
|
- <view class="box_title">{{application.job_inte.salary}}</view>
|
|
|
- </view>
|
|
|
- <view class="hflex fwrap padT-26">
|
|
|
- <view class="label">可工作区域</view>
|
|
|
- <view class="text_style1" style="flex: 1;">{{application.job_inte.job_area}}</view>
|
|
|
- </view>
|
|
|
- <view class="hflex acenter padT-26">
|
|
|
- <view class="label">可工作时间</view>
|
|
|
- <view class="text_style1">{{application.job_inte.job_time}}</view>
|
|
|
- </view>
|
|
|
- <view class="hflex acenter padT-26">
|
|
|
- <view class="label">工作性质</view>
|
|
|
- <view class="text_style1">{{application.job_inte.job_type}}</view>
|
|
|
+ <view v-show="JSON.stringify(job_inte) !== '{}'">
|
|
|
+ <view class="hflex acenter padT-26">
|
|
|
+ <view class="box_title">{{job_inte.post}}</view>
|
|
|
+ <view class="box_title">{{job_inte.salary}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="hflex fwrap padT-26">
|
|
|
+ <view class="label">可工作区域</view>
|
|
|
+ <view class="text_style1" style="flex: 1;">{{job_inte.work_address}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="hflex acenter padT-26">
|
|
|
+ <view class="label">可工作时间</view>
|
|
|
+ <view class="text_style1">{{job_inte.work_time}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="hflex acenter padT-26">
|
|
|
+ <view class="label">工作性质</view>
|
|
|
+ <view class="text_style1">{{job_inte.work_nature}}</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="box" >
|
|
|
+ <view class="box">
|
|
|
<view class="hflex acenter jbetween">
|
|
|
<view class="box_title">工作经历</view>
|
|
|
<view class="hflex acenter" @click="perfect(3)">
|
|
@@ -85,21 +87,21 @@
|
|
|
<view class="text_style1">添加</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <block v-for="(item,index) in application.experience" :key="index">
|
|
|
+ <block v-for="(item,index) in experience" :key="index">
|
|
|
<view class="padT-26" @click="editInfo(item.id)">
|
|
|
<view class="hflex acenter jbetween">
|
|
|
- <view class="box_title">{{item.company_name}}</view>
|
|
|
+ <view class="box_title">{{item.content.company_name}}</view>
|
|
|
<u-icon name="arrow-right" color="#555555" size="12"></u-icon>
|
|
|
</view>
|
|
|
<view class="hflex acenter padT-26">
|
|
|
- <view class="text_style1 padR-24">{{item.company_date}}</view>
|
|
|
- <view class="text_style1">{{item.company_postion}}</view>
|
|
|
+ <view class="text_style1 padR-24">{{item.content.on_job_start}}-{{item.content.on_job_end}}</view>
|
|
|
+ <view class="text_style1">{{item.content.postion_name}}</view>
|
|
|
</view>
|
|
|
- <view class="hflex fwrap padT-26 text_style2">工作内容:{{item.company_content}}</view>
|
|
|
+ <view class="hflex fwrap padT-26 text_style2">工作内容:{{item.content.company_content}}</view>
|
|
|
</view>
|
|
|
</block>
|
|
|
</view>
|
|
|
- <view class="box" >
|
|
|
+ <view class="box">
|
|
|
<view class="hflex acenter jbetween">
|
|
|
<view class="box_title">专业技能</view>
|
|
|
<view class="hflex acenter" @click="perfect(4)">
|
|
@@ -108,11 +110,11 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="hflex acenter fwrap">
|
|
|
- <block v-for="(item,index) in application.skills" :key="index">
|
|
|
+ <block v-for="(item,index) in skills" :key="index">
|
|
|
<view class="hflex acenter jbetween item_box2">
|
|
|
- <view class="text_style1">{{item.skills_name}}</view>
|
|
|
- <view class="text_style1">{{item.skills_degree}}</view>
|
|
|
- <image src="/static/images/index/demand/detele.png" class="detele" @click="delSkill(item.id)"></image>
|
|
|
+ <view class="text_style1">{{item.content.skill_name}}</view>
|
|
|
+ <view class="text_style1">{{item.content.degree}}</view>
|
|
|
+ <image src="/static/images/index/demand/detele.png" class="detele" @click="deleteOpen(item.id)"></image>
|
|
|
</view>
|
|
|
</block>
|
|
|
</view>
|
|
@@ -126,37 +128,35 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="">
|
|
|
- <block v-for="(item,index) in application.certificate" :key="index">
|
|
|
+ <block v-for="(item,index) in certificate" :key="index">
|
|
|
<view class="hflex aend item_box3">
|
|
|
- <view class="box_title padR-24">{{item.certificate_name}}</view>
|
|
|
- <view class="text_style1">{{item.certificate_date}}</view>
|
|
|
- <image src="/static/images/index/demand/detele.png" class="detele" @click="delSkill(item.id)"></image>
|
|
|
+ <view class="box_title padR-24">{{item.content.certificate_name}}</view>
|
|
|
+ <view class="text_style1">{{item.content.gain_time}}</view>
|
|
|
+ <image src="/static/images/index/demand/detele.png" class="detele" @click="deleteSure(item.id)"></image>
|
|
|
</view>
|
|
|
</block>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="box">
|
|
|
<view class="box_title" style="padding-bottom: 16rpx;">福利待遇</view>
|
|
|
- <view class="text_style2">{{application.salary?application.salary:'暂无'}}</view>
|
|
|
- <!-- <u-input v-model="application.salary" placeholder="请填写你期望的薪资待遇" border="none"></u-input> -->
|
|
|
+ <u-input v-model="salary" placeholder="请填写你期望的薪资待遇" border="none"></u-input>
|
|
|
<view class="line"></view>
|
|
|
<view class="box_title" style="padding-bottom: 16rpx;">备注</view>
|
|
|
- <view class="text_style2">{{application.remarks?application.remarks:'暂无'}}</view>
|
|
|
- <!-- <u-input v-model="application.remarks" placeholder="请填写你想要备注的内容" border="none"></u-input> -->
|
|
|
+ <u-input v-model="remarks" placeholder="请填写你想要备注的内容" border="none"></u-input>
|
|
|
</view>
|
|
|
<view class="box hflex acenter jbetween">
|
|
|
<view class="text_style3">隐藏该应聘</view>
|
|
|
- <u-switch v-model="is_hide" @change="changeHide"></u-switch>
|
|
|
+ <u-switch v-model="application.hidden == 1?true:false" @change="changeHide"></u-switch>
|
|
|
</view>
|
|
|
- <view class="btn">立即修改</view>
|
|
|
+ <view class="btn" @click="open">{{state == 0?'立即发布':'立即修改'}}</view>
|
|
|
</block>
|
|
|
- <block v-if="state == 2">
|
|
|
+ <block v-if="state == 1">
|
|
|
<view class="box1 vflex acenter">
|
|
|
<image src="/static/images/comment/wait.png" class="box1_img"></image>
|
|
|
<view class="box1_title">审核中</view>
|
|
|
<view class="box1_subTitle">预计审核时间3个工作日</view>
|
|
|
<view class="box1_subTitle">请留意当前页面变动</view>
|
|
|
- <view class="btn" @click="toEdit">去修改</view>
|
|
|
+ <view class="btn" @click="toedit">去修改</view>
|
|
|
</view>
|
|
|
</block>
|
|
|
<block v-if="state == 3">
|
|
@@ -164,10 +164,37 @@
|
|
|
<image src="/static/images/comment/wait.png" class="box1_img"></image>
|
|
|
<view class="box1_title">审核失败</view>
|
|
|
<view class="box1_subTitle">驳回原因</view>
|
|
|
- <view class="box1_subTitle">{{reason}}</view>
|
|
|
- <view class="btn" @click="toEdit">去修改</view>
|
|
|
+ <view class="box1_subTitle">{{application.why}}</view>
|
|
|
+ <view class="btn" @click="toedit">去修改</view>
|
|
|
</view>
|
|
|
</block>
|
|
|
+ <u-popup :show="show" mode="bottom" :round="20" @close="close">
|
|
|
+ <view class="popup">
|
|
|
+ <view class="popup_title vflex acenter jcenter">本人承诺</br>以上所填写的内容真实有效</view>
|
|
|
+ <view class="popu_label" style="font-size: 28rpx;font-weight: 500;">请填写以下信息</view>
|
|
|
+ <view class="popu_label">身份证号</view>
|
|
|
+ <u-input v-model="IDNumber" placeholder="请输入身份证号" border="bottom"></u-input>
|
|
|
+ <view class="popu_label">手机号码</view>
|
|
|
+ <u-input v-model="phone" placeholder="请输入手机号码" border="bottom"></u-input>
|
|
|
+ <view class="popu_label">验证码</view>
|
|
|
+ <view class="hflex acenter jbetween">
|
|
|
+ <u-input v-model="code" placeholder="请输入验证码" border="none"></u-input>
|
|
|
+ <view class="popu_label code" @click="getCode">{{tips}}</view>
|
|
|
+ <u-code :seconds="seconds" @end="end" @start="start" ref="uCode" @change="codeChange"></u-code>
|
|
|
+ </view>
|
|
|
+ <view class="btn1" @click="publish">立即发布</view>
|
|
|
+ <view class="cancel" @click="close">取消</view>
|
|
|
+ </view>
|
|
|
+ </u-popup>
|
|
|
+ <u-popup :show="del_show" mode="center" :round="20" @close="close">
|
|
|
+ <view class="popup popup1">
|
|
|
+ <view class="popup_title vflex acenter jcenter" style="padding: 80rpx 0;">确定要移除此项专业技能吗?</view>
|
|
|
+ <view class="hflex acenter jbetween">
|
|
|
+ <view class="btn_close hflex acenter jcenter" @click="close">取消</view>
|
|
|
+ <view class="btn_delete hflex acenter jcenter" @click="deleteSure(id)">移除</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </u-popup>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
@@ -189,75 +216,46 @@
|
|
|
}
|
|
|
],
|
|
|
tab_active: 2,
|
|
|
- pageList: [
|
|
|
- {
|
|
|
- title: '2022年上半年十部好剧,《开端》第7名,《人世间》第4名,值得观看',
|
|
|
- imgs: [
|
|
|
- "/static/images/index/class_img1.png",
|
|
|
- "/static/images/index/class_img1.png",
|
|
|
- "/static/images/index/class_img1.png"
|
|
|
- ],
|
|
|
- type: '资讯',
|
|
|
- client: '澎湃新闻客户端',
|
|
|
- comment: 77,
|
|
|
- user: {
|
|
|
- avatar: '/static/images/mine/avatar1.jpg',
|
|
|
- name: '船百知官方帐号',
|
|
|
- is_blueV: true
|
|
|
- }
|
|
|
- }
|
|
|
- ],
|
|
|
- state: 2,
|
|
|
- application: {
|
|
|
- base_info: {
|
|
|
- name: '张三',
|
|
|
- avatar: '/static/images/mine/avatar1.jpg',
|
|
|
- sex: '男',
|
|
|
- edu: '本科',
|
|
|
- age: '27',
|
|
|
- year: '5年',
|
|
|
- phone: '18923465789',
|
|
|
- email: '18923465789@qq.com',
|
|
|
- },
|
|
|
- job_inte: {
|
|
|
- job_name: '船舶工程设计师',
|
|
|
- salary: '11-19k',
|
|
|
- job_area: '江苏省南京市浦口区江北街道东方万汇城22号楼一单元2021',
|
|
|
- job_time: '两个月',
|
|
|
- job_type: '全职'
|
|
|
- },
|
|
|
- skills: [
|
|
|
- {
|
|
|
- skills_name: 'Access',
|
|
|
- skills_degree: '熟练'
|
|
|
- },
|
|
|
- {
|
|
|
- skills_name: 'Access',
|
|
|
- skills_degree: '精通'
|
|
|
- }
|
|
|
- ],
|
|
|
- certificate: [
|
|
|
- {
|
|
|
- certificate_name: '普通话等级证书',
|
|
|
- certificate_date: '2012-06-12'
|
|
|
- },
|
|
|
- {
|
|
|
- certificate_name: '大学英语四级证书',
|
|
|
- certificate_date: '2012-06-12'
|
|
|
- }
|
|
|
- ],
|
|
|
- salary: '免费员工餐、免费培训、住房补贴、五险一金',
|
|
|
- remarks: '',
|
|
|
- },
|
|
|
+ state: -1,
|
|
|
+ salary: '',
|
|
|
+ remarks: '',
|
|
|
+ base_info: {},
|
|
|
+ job_inte: {},
|
|
|
+ experience: [],
|
|
|
+ skills: [],
|
|
|
+ certificate: [],
|
|
|
is_hide: false,
|
|
|
- reason: '',
|
|
|
+ show: false,
|
|
|
+ IDNumber: '',
|
|
|
+ phone: '',
|
|
|
+ code: '',
|
|
|
+ tips: '',
|
|
|
+ seconds: 60,
|
|
|
+ del_show: false,
|
|
|
+ id: '',
|
|
|
}
|
|
|
},
|
|
|
onLoad() {
|
|
|
that = this
|
|
|
- // that.getList()
|
|
|
+ that.getState()
|
|
|
+ },
|
|
|
+ onShow() {
|
|
|
+ that.getList()
|
|
|
},
|
|
|
methods: {
|
|
|
+ getState() {
|
|
|
+ $api.req({
|
|
|
+ url: '/data/api.auth.Center/myrelease',
|
|
|
+ method: 'POST',
|
|
|
+ data: {
|
|
|
+ type: '3'
|
|
|
+ }
|
|
|
+ }, function(res) {
|
|
|
+ if(res.code == 1) {
|
|
|
+ that.state = res.data.audit
|
|
|
+ }
|
|
|
+ })
|
|
|
+ },
|
|
|
getList() {
|
|
|
$api.req({
|
|
|
url: '/data/api.auth.Center/myrelease',
|
|
@@ -267,11 +265,33 @@
|
|
|
}
|
|
|
}, function(res) {
|
|
|
if(res.code == 1) {
|
|
|
- that.application = res.data
|
|
|
- if($api.isEmpty(that.application)) {
|
|
|
- that.state = 0
|
|
|
- } else {
|
|
|
- that.state = 1
|
|
|
+ if(JSON.stringify(res.data !== '{}')) {
|
|
|
+ if(res.data.real_name) {
|
|
|
+ that.$set(that.base_info,'name',res.data.real_name)
|
|
|
+ that.$set(that.base_info,'sex',res.data.sex)
|
|
|
+ that.$set(that.base_info,'edu',res.data.schooling)
|
|
|
+ that.$set(that.base_info,'age',res.data.age)
|
|
|
+ that.$set(that.base_info,'year',res.data.work_year)
|
|
|
+ that.$set(that.base_info,'phone',res.data.phone)
|
|
|
+ that.$set(that.base_info,'email',res.data.email)
|
|
|
+ that.$set(that.base_info,'avatar',res.data.head_img)
|
|
|
+ that.base_info.date_birth = res.data.date_birth
|
|
|
+ that.base_info.start_working_time = res.data.start_working_time
|
|
|
+ }
|
|
|
+
|
|
|
+ if(res.data.job_application) {
|
|
|
+ that.$set(that.job_inte,'post',res.data.job_application)
|
|
|
+ that.$set(that.job_inte,'work_address',res.data.scope_work_area)
|
|
|
+ that.$set(that.job_inte,'salary',res.data.monthly_salary)
|
|
|
+ that.$set(that.job_inte,'work_time',res.data.working_time)
|
|
|
+ that.$set(that.job_inte,'work_nature',res.data.work_nature)
|
|
|
+ }
|
|
|
+
|
|
|
+ that.experience = res.data.workexperience
|
|
|
+ that.skills = res.data.professionalskills
|
|
|
+ that.certificate = res.data.certificate
|
|
|
+ that.salary = res.data.welfare_benefits
|
|
|
+ that.remarks = res.data.remark
|
|
|
}
|
|
|
}
|
|
|
})
|
|
@@ -287,7 +307,146 @@
|
|
|
// 显示隐藏招聘
|
|
|
changeHide(e) {
|
|
|
console.log(e);
|
|
|
+ if(e) {
|
|
|
+ that.application.hidden = 1
|
|
|
+ } else {
|
|
|
+ that.application.hidden = 0
|
|
|
+ }
|
|
|
+ $api.req({
|
|
|
+ url: '/data/api.auth.Center/canhidden',
|
|
|
+ method: 'POST',
|
|
|
+ data: {
|
|
|
+ hidden: that.application.hidden
|
|
|
+ }
|
|
|
+ }, function(res) {
|
|
|
+ if(res.code == 1) {
|
|
|
+ $api.info(res.info)
|
|
|
+ }
|
|
|
+ })
|
|
|
that.is_hide = e
|
|
|
+ },
|
|
|
+ // 添加或完善
|
|
|
+ perfect(index) {
|
|
|
+ $api.jump('/page_index/pages/demand/perfect?index='+index)
|
|
|
+ },
|
|
|
+ // 修改工作经历
|
|
|
+ editInfo(id) {
|
|
|
+ $api.jump('/page_index/pages/demand/perfect?index=3&id='+ id)
|
|
|
+ },
|
|
|
+ // 复制
|
|
|
+ copy(value) {
|
|
|
+ uni.setClipboardData({
|
|
|
+ data: value,
|
|
|
+ success: function () {
|
|
|
+ $api.info('复制成功')
|
|
|
+ }
|
|
|
+ });
|
|
|
+ },
|
|
|
+ // 删除
|
|
|
+ deleteSure(id) {
|
|
|
+ $api.req({
|
|
|
+ url: '/data/api.auth.DemandLabor/delapplyjobchild',
|
|
|
+ method: 'POST',
|
|
|
+ data: {
|
|
|
+ id: id
|
|
|
+ }
|
|
|
+ }, function(res) {
|
|
|
+ if(res.code == 1) {
|
|
|
+ $api.info(res.info)
|
|
|
+ that.close()
|
|
|
+ that.getList()
|
|
|
+ }
|
|
|
+ })
|
|
|
+ },
|
|
|
+ // 删除
|
|
|
+ deleteOpen (id) {
|
|
|
+ that.del_show = true
|
|
|
+ that.id = id
|
|
|
+ },
|
|
|
+ toedit() {
|
|
|
+ that.state = 2
|
|
|
+ },
|
|
|
+ // 发布
|
|
|
+ publish() {
|
|
|
+ if($api.formCheck(that.IDNumber, 'identity') && $api.formCheck(that.phone, 'mobile') && $api.formCheck(that.code, 'code4')) {
|
|
|
+ $api.req({
|
|
|
+ url: '/data/api.auth.DemandLabor/subapplyjob',
|
|
|
+ method: 'POST',
|
|
|
+ data: {
|
|
|
+ id_card: that.IDNumber,
|
|
|
+ phone2: that.phone,
|
|
|
+ code: that.code
|
|
|
+ }
|
|
|
+ }, function(res) {
|
|
|
+ if(res.code == 1) {
|
|
|
+ $api.info(res.info)
|
|
|
+ that.close()
|
|
|
+ that.getList()
|
|
|
+ that.getState()
|
|
|
+ }
|
|
|
+ })
|
|
|
+
|
|
|
+ }
|
|
|
+ },
|
|
|
+ // 打开弹窗
|
|
|
+ open() {
|
|
|
+ $api.req({
|
|
|
+ url: '/data/api.auth.DemandLabor/applyjob',
|
|
|
+ method: 'POST',
|
|
|
+ data: {
|
|
|
+ type: 6,
|
|
|
+ welfare_benefits: that.salary,
|
|
|
+ remark: that.remarks
|
|
|
+ }
|
|
|
+ }, function(res) {
|
|
|
+ if(res.code == 1) {
|
|
|
+ if(that.state == 0) {
|
|
|
+ that.show = true
|
|
|
+ } else {
|
|
|
+ that.getState()
|
|
|
+ }
|
|
|
+ }
|
|
|
+ })
|
|
|
+ },
|
|
|
+ // 关闭弹窗
|
|
|
+ close() {
|
|
|
+ that.show = false
|
|
|
+ that.del_show = false
|
|
|
+ },
|
|
|
+ // 验证码文字改变
|
|
|
+ codeChange(text) {
|
|
|
+ this.tips = text;
|
|
|
+ },
|
|
|
+ getCode() {
|
|
|
+ if(this.$refs.uCode.canGetCode) {
|
|
|
+ // 模拟向后端请求验证码
|
|
|
+ uni.showLoading({
|
|
|
+ title: '正在获取验证码'
|
|
|
+ })
|
|
|
+ $api.req({
|
|
|
+ url: '/data/api.Login/sendsms',
|
|
|
+ data: {
|
|
|
+ phone: that.phone,
|
|
|
+ type: 4
|
|
|
+ }
|
|
|
+ }, function(res) {
|
|
|
+ uni.hideLoading();
|
|
|
+ if(res.code == 1) {
|
|
|
+ uni.$u.toast('验证码已发送')
|
|
|
+ that.$refs.uCode.start()
|
|
|
+ } else {
|
|
|
+ uni.$u.toast('验证码发送失败')
|
|
|
+ }
|
|
|
+ })
|
|
|
+ } else {
|
|
|
+ uni.$u.toast('倒计时结束后再发送');
|
|
|
+ }
|
|
|
+ },
|
|
|
+ end() {
|
|
|
+ uni.$u.toast('倒计时结束');
|
|
|
+ },
|
|
|
+ start() {
|
|
|
+ uni.$u.toast('倒计时开始');
|
|
|
}
|
|
|
},
|
|
|
}
|
|
@@ -523,5 +682,70 @@
|
|
|
margin-top: 122rpx;
|
|
|
}
|
|
|
}
|
|
|
+ .popup {
|
|
|
+ background: #FFFFFF;
|
|
|
+ border-radius: 40rpx 40rpx 0px 0px;
|
|
|
+ width: 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 30rpx;
|
|
|
+ .popup_title {
|
|
|
+ width: 100%;
|
|
|
+ padding-bottom: 32rpx;
|
|
|
+ border-bottom: 1rpx solid #F4F4F4;
|
|
|
+ font-size: 36rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #222222;
|
|
|
+ line-height: 50rpx;
|
|
|
+ }
|
|
|
+ .popu_label {
|
|
|
+ font-size: 30rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #222222;
|
|
|
+ padding: 24rpx 0;
|
|
|
+ }
|
|
|
+ .code {
|
|
|
+ color: #506DFF;
|
|
|
+ }
|
|
|
+ .btn1 {
|
|
|
+ margin: 90rpx 0 40rpx;
|
|
|
+ width: 100%;
|
|
|
+ height: 84rpx;
|
|
|
+ background: #506DFF;
|
|
|
+ border-radius: 21px;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 84rpx;
|
|
|
+ font-size: 36rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #FFFFFF;
|
|
|
+ }
|
|
|
+ .cancel {
|
|
|
+ width: 100%;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #777777;
|
|
|
+ }
|
|
|
+ .u-input {
|
|
|
+ padding: 12rpx 0 !important;
|
|
|
+ }
|
|
|
+ .btn_delete {
|
|
|
+ width: 200rpx;
|
|
|
+ height: 76rpx;
|
|
|
+ background: #506DFF;
|
|
|
+ border-radius: 38rpx;
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #FFFFFF;
|
|
|
+ }
|
|
|
+ .btn_close {
|
|
|
+ width: 200rpx;
|
|
|
+ height: 76rpx;
|
|
|
+ border-radius: 38rpx;
|
|
|
+ border: 1px solid #506DFF;
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #506DFF;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|