11
This commit is contained in:
@@ -1,27 +1,30 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<view class="select">企业申请认证后</view>
|
<view class="select">用工单位发布招工</view>
|
||||||
<view class="select-text">即可发布零工任务或者发布正规岗位</view>
|
<view class="select-text">提交申请资料,通过认证后才可快速发布招工信息</view>
|
||||||
|
<view class="select-text">第一步:首次开通,点击“我要招工”填写信息;</view>
|
||||||
|
<view class="select-text">第二步:提交认证资料,后台服务员审核资料;</view>
|
||||||
|
<view class="select-text">第三步:如通过认证后,即可发布招工信息;</view>
|
||||||
<!-- <view class="block" @click="next(0)">
|
<!-- <view class="block" @click="next(0)">
|
||||||
<img src="../../static/img/zhao_icon1.png" alt="" />
|
<img src="../../static/img/zhao_icon1.png" alt="" />
|
||||||
<view class="block-text">个体户招工</view>
|
<view class="block-text">个体户招工</view>
|
||||||
</view> -->
|
</view> -->
|
||||||
<view class="block" @click="next(1)">
|
<view class="block" @click="next(1)">
|
||||||
<img src="../../static/img/zhao_icon2.png" alt="" />
|
<img src="../../static/img/zhao_icon2.png" alt="" />
|
||||||
<view class="block-text" style="background-color: #4171F9;">企业招工</view>
|
<view class="block-text" style="background-color: #4171F9;">我要招工</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import {
|
import {
|
||||||
seeIsHaveCodep
|
seeIsHaveCodep
|
||||||
} from '@/api/userrecruit.js'
|
} from '@/api/userrecruit.js'
|
||||||
import {
|
import {
|
||||||
mapState
|
mapState
|
||||||
} from 'vuex'
|
} from 'vuex'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|
||||||
@@ -62,10 +65,10 @@
|
|||||||
if (resData.data.data) {
|
if (resData.data.data) {
|
||||||
resolve()
|
resolve()
|
||||||
} else {
|
} else {
|
||||||
// this.$api.msg('您未申请开通该功能,请联系工作人员')
|
this.$api.msg('您未申请开通该功能,请联系工作人员')
|
||||||
this.navTo(
|
// this.navTo(
|
||||||
'/pages/recruit/subPage/enterpriceCertification/enterpriceCertification'
|
// '/pages/recruit/subPage/enterpriceCertification/enterpriceCertification'
|
||||||
)
|
// )
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
reject()
|
reject()
|
||||||
@@ -73,11 +76,11 @@
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.container {
|
.container {
|
||||||
padding: 60rpx;
|
padding: 60rpx;
|
||||||
|
|
||||||
.select {
|
.select {
|
||||||
@@ -122,5 +125,5 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user