123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851 |
- <template>
- <view class="index-page">
- <view class="index-navbar">
- <view style="position: relative;overflow: hidden;">
- <!-- :style="{height:tab1==1?'130rpx':''}" -->
- <image class="index-bg" src="../../static/images/index-header.png" mode=""></image>
- <u-navbar :fixed="false" bgColor='rgba(0,0,0,0)' placeholder:safeAreaInsetTop="true" ref="nav">
- <view id="height" class="index-header u-flex u-row-between" slot="left"
- style="position: relative;">
- <view class="" style="margin-left: -11rpx;">
- <u-tabs :current="tab1" :list="list4" lineWidth="28" lineHeight="5" :lineColor="bgImage"
- :activeStyle="{
- color: '#303133',
- fontWeight: 'bold',
- }" :inactiveStyle="{
- color: '#606266',
- }" itemStyle="font-size:36rpx; padding-right: 15px; height: 34px;" @click="TabsTop">
- </u-tabs>
- </view>
- <view class="" style="" @click="toindexsearch">
- <view class="index-search u-flex" slot="center">
- <u-icon name="search" color="#444444" size="28"></u-icon>
- <input type="text" class="text1" placeholder="搜索职位" :disabled="true">
- </view>
- </view>
- </view>
- </u-navbar>
- <view v-if="tab1 == 1" class="">
- <view v-if="is_auth == 0" class="unverified">
- <image style="width: 380rpx;height: 254rpx;" src="/static/images/unverified.png" mode="">
- </image>
- <text>您的账号未完成学校认证 无法查看校企招聘信息</text>
- <button @click="torenzheng">前往认证</button>
- </view>
- <view v-if="is_auth == 1" class="" style="padding:0rpx 24rpx;">
- <hx-school></hx-school>
- </view>
- </view>
- <view v-if="tab1 == 0" class="header-down " ref="header">
- <view class="u-flex u-row-between">
- <scroll-view scroll-x="true" class="" style="white-space: nowrap;width: 500rpx;">
- <text style="margin-right: 30rpx;display: inline-block; "
- v-for="(item,index) in job_intention" :key="index"
- @click="changeid(index,item.category_job_id)"
- :style="{'color' : index==colo?'#000':'#606266','fontSize':index==colo?'48rpx':'36rpx'}">
- {{item.category_job_name||""}}
- </text>
- </scroll-view>
- <!-- <scroll-view></scroll-view> -->
- <!--<view class="font" v-if="" @click="apply(2,id)">
- {{job_intention[0].category_industry_name||""}}
- </view> -->
- <view class="font" style="font-size: 50rpx;" @click="apply(1)">
- <image src="/static/images/plus1.png" style="width: 36rpx;height: 36rpx;" mode=""></image>
- </view>
- </view>
- <view class="u-flex u-row-between" style="margin-left: -11rpx;margin-top: 14rpx;">
- <view class="down-left u-flex u-row-center" @click="showpaixu = true">
- <u-tabs :current="tab2" :list="list1" @click="click"></u-tabs>
- </view>
- <view class="u-flex">
- <view :style="{background:city.name!=''?'#EDF2F8':'#f3f3f3'}"
- class="right-item u-flex u-row-center" @click="opencity1">
- <text :style="{color:city.name!=''?'#0C66C2':'#666666'}"
- class="text">{{city.name || '全国'}}</text>
- <u-icon v-if="city.name !='' " color="#0C66C2" name="arrow-down-fill" size="8"></u-icon>
- <u-icon v-if="city.name ==''" name="arrow-down-fill" size="8"></u-icon>
- </view>
- <view :style="{background:Object.keys(search_data).length!=0?'#EDF2F8':'#f3f3f3'}"
- class="right-item u-flex u-row-center" @click="openshaixuan">
- <text :style="{color:Object.keys(search_data).length!=0?'#0C66C2':'#666666'}"
- class="text">筛选</text>
- <u-icon v-if="Object.keys(search_data).length!=0 " color="#0C66C2"
- name="arrow-down-fill" size="8"></u-icon>
- <u-icon v-if="Object.keys(search_data).length==0" name="arrow-down-fill"
- size="8"></u-icon>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view v-if="tab1 == 0" class="" style="padding:0rpx 24rpx;background-color: #F3F3F3 ;height: 100%;">
- <view class="content" @click="todetails(item.id)" v-for="(item,index) in positionlist" :key="item.id">
- <view class="u-flex u-row-between">
- <view class="u-flex">
- <view class="font">{{item.job_name}}</view>
- <view class="back" v-if="item.is_urgent == 1">急聘</view>
- </view>
- <view class="money">{{item.salary_min}}-{{item.salary_max}}K
- <text v-if="item.salary_structure">·{{item.salary_structure}}</text>
- </view>
- </view>
- <view class="u-flex" style="margin: 16rpx 0 14rpx 0;">
- <text class="introduce">{{item.companys.name}}</text>
- <text class="introduce">{{item.companys.company_stage.name}}</text>
- <text class="introduce">{{item.companys.company_scale.name}}</text>
- </view>
- <view class="u-flex" style="margin-bottom: 24rpx;">
- <view class="tabs">
- {{item.education_name}}
- </view>
- <view class="tabs">
- {{item.experience_name}}
- </view>
- </view>
- <view class="u-flex u-row-between u-col-center">
- <view class=" u-flex u-col-center">
- <image :src="item.usermanager.avatar" mode=""
- style="width: 50rpx;height: 50rpx;border-radius: 50%;">
- </image>
- <view class="" style="margin-left: 16rpx;font-size: 24rpx;">
- <text>{{item.usermanager.name}}</text>·
- <text>{{item.usermanager.job_text}}</text>
- </view>
- </view>
- <view class="u-flex u-col-center ">
- <view class="address" style="margin-right: 10rpx;">{{item.work_province.slice(0,-1)}}
- </view>
- <view class="address">{{item.work_city}}</view>
- </view>
- </view>
- </view>
- <view class="safe-area-inset-bottom"></view>
- </view>
- </view>
- <u-popup border-radius="28" :show="opencity" mode="bottom">
- <view class="change-city-popup u-flex-col">
- <view class="change-city-header u-flex u-row-between">
- <u-icon name="close" size="22" color="#222" @click="opencity = false"></u-icon>
- <text class="text">选择城市</text>
- <u-icon name="close" size="22" color="#fff"></u-icon>
- </view>
- <view class="u-flex-1 u-flex change-city-scroll">
- <scroll-view scroll-y="true" class="change-scroll-left">
- <view class="scroll-left-sheng" v-for="(item,index) in citylist" :key="index"
- :class="{shengactive:cityleftindex == index}" @click="changeleftcity(index)">{{item.name}}
- </view>
- </scroll-view>
- <scroll-view scroll-y="true" class="change-scroll-right u-flex-1">
- <view class="scroll-left-shi" v-for="(item,index) in rightcity" :key="index"
- :class="{shiactive:cityrightindex == index}" @click="changerightcity(index,item)">
- {{item.name}}
- </view>
- </scroll-view>
- </view>
- <view class="change-city-down u-flex u-row-between">
- <text @click="chongzhi">重置</text>
- <text @click="changecity">确定</text>
- </view>
- </view>
- </u-popup>
- <zhao-shaixuan ref="shaixuan" @tosearch="shaixuan"></zhao-shaixuan>
- </view>
- </template>
- <script>
- import {
- getList,
- getareacity,
- is_auth,
- resumeDetail,
- cget_total_number
- } from "../../units/inquire.js"
- export default {
- data() {
- return {
- category_industry_id: "",
- category_industry_name: '',
- opencity: false,
- citylist: [],
- total: 0,
- height: "",
- list1: [{
- name: "相关"
- },
- {
- name: "推荐"
- },
- {
- name: "最新"
- },
- ],
- list4: [{
- name: "职位"
- },
- {
- name: "校招"
- }
- ],
- page: 1,
- tab1: 0,
- tab2: 0,
- positionlist: [], //职位列表
- is_auth: "", //是否认证
- rightcity: [],
- cityrightindex: "-1",
- cityleftindex: "0",
- city: {},
- search_data: {},
- job_intention: [],
- id: "",
- navheight: null,
- category_job_id: "",
- colo: 0,
- }
- },
- onLoad(query) {
- if (query.scene) {
- const scene = decodeURIComponent(query.scene)
- uni.setStorageSync('scene', scene)
- }
- // this.getlist()
- this.getcity()
- if (uni.getStorageSync('token')) {
- this.auth()
- this.getnum()
- if (uni.getStorageSync('nowork')) {
- } else {
- if (uni.getStorageSync('is_profile') == 0) {
- uni.reLaunch({
- url: '/pagesA/jianli'
- })
- }
- }
- }
- this.city = {
- name: '',
- id: ''
- }
- this.search_data = {}
- this.getlist()
- },
- onShow() {
- if (uni.getStorageSync('token')) {
- this.resumeDetail()
- }
- },
- onReachBottom() {
- if (this.positionlist.length != this.total) {
- this.page++
- this.getlist()
- }
- },
- computed: {
- bgImage() {
- return `url(${require('../../static/images/juxing.png')}) 100% 100%`
- }
- },
- mounted() {
- console.log(9987, this.$refs);
- let a = Number(this.$refs.nav.height.slice(0, -2))
- // let b = Number(this.$refs.header.height.slice(0,-2))
- this.navheight = a
- console.log(this.navheight);
- },
- methods: {
- getnum() {
- cget_total_number().then((res) => {
- if (res.data.number > 0) {
- uni.showTabBarRedDot({
- index: 3,
- success(res) {
- console.log(res);
- }
- })
- }
- })
- },
- torenzheng() {
- uni.navigateTo({
- url: "/pagesD/renzheng",
- events: {
- up: (res) => {
- this.auth()
- }
- }
- })
- },
- changeid(index, id) {
- this.colo = index
- this.category_job_id = id
- console.log(id);
- this.getlist()
- },
- resumeDetail() {
- resumeDetail().then(res => {
- this.job_intention = res.data.job_intention
- this.category_industry_id = res.data.job_intention[0].category_industry_id
- this.id = res.data.job_intention[0].id
- this.category_job_id = res.data.job_intention[0].category_job_id
- this.getlist()
- })
- },
- toindexsearch() {
- uni.navigateTo({
- url: "/pagesA/index-search"
- })
- },
- apply(type, id) {
- uni.navigateTo({
- url: "/pagesD/apply?type=" + type + "&id=" + id,
- events: {
- refresh: (res) => {
- this.resumeDetail()
- }
- }
- })
- },
- auth() {
- is_auth().then(res => {
- this.is_auth = res.data.is_auth
- })
- },
- opencity1() {
- this.opencity = true
- this.city = {
- name: '',
- id: ''
- }
- },
- shaixuan(e) {
- console.log("eeee", e);
- this.category_industry_id = e.category_industry_id
- this.search_data = e
- this.tosearch()
- },
- chongzhi() {
- this.city = {
- name: '',
- id: ''
- }
- this.opencity = false
- this.tosearch()
- },
- changecity() {
- if (this.cityrightindex == -1) {
- this.$u.toast("请选择城市")
- return
- }
- this.city = {
- name: this.citylist[this.cityleftindex].childlist[this.cityrightindex].name,
- id: this.citylist[this.cityleftindex].childlist[this.cityrightindex].id
- }
- console.log(this.city);
- this.opencity = false
- this.tosearch()
- },
- changerightcity(index, item) {
- this.cityrightindex = index
- },
- changeleftcity(index) {
- this.cityleftindex = index
- this.cityrightindex = -1
- this.rightcity = this.citylist[this.cityleftindex].childlist
- },
- getcity() {
- getareacity().then(res => {
- console.log(res);
- this.citylist = res.data
- this.rightcity = res.data[0].childlist
- })
- },
- tosearch() {
- this.page = 1
- this.positionlist = []
- this.getlist()
- },
- openshaixuan() {
- this.$refs.shaixuan.openshaixuan = true
- },
- click(item) {
- this.tab2 = item.index
- console.log(this.tab2);
- this.getlist()
- // console.log('item', item);
- },
- TabsTop(item) {
- if (uni.getStorageSync('token') == "" && this.tab1 == 0) {
- uni.reLaunch({
- url: "/pages/login/login"
- })
- }
- this.tab1 = item.index
- },
- //获取职位列表
- getlist() {
- getList({
- page: this.page,
- type: this.tab2,
- search_field: "",
- search: "",
- search_data: {
- ...this.search_data,
- city_id: this.city.id,
- category_job_id: this.category_job_id
- }
- }).then(res => {
- if (this.page == 1) {
- this.positionlist = res.data.data
- } else {
- this.positionlist = this.positionlist.concat(res.data.data)
- }
- this.total = res.data.total
- })
- },
- todetails(id) {
- uni.navigateTo({
- url: '../../pagesB/details?id=' + id
- })
- }
- }
- }
- </script>
- <style lang="scss">
- page {
- background-color: #F3F3F3;
- }
- .change-city-popup {
- height: calc(100vh - 144rpx);
- .change-city-scroll {
- min-height: 1rpx;
- .change-scroll-right {
- height: 100%;
- .scroll-left-shi {
- line-height: 100rpx;
- text-align: center;
- font-size: 32rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- padding: 0 32rpx;
- }
- .shiactive {
- color: #0C66C2;
- }
- }
- .change-scroll-left {
- width: 304rpx;
- height: 100%;
- background-color: #F5F5F5;
- .scroll-left-sheng {
- text-align: center;
- font-size: 32rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- padding: 28rpx 32rpx;
- }
- .shengactive {
- background-color: #fff;
- color: #0C66C2;
- }
- }
- }
- .change-city-down {
- padding: 12rpx 32rpx;
- text:first-child {
- width: 208rpx;
- line-height: 84rpx;
- background: #F3F3F3;
- border-radius: 10rpx;
- text-align: center;
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #555555;
- }
- text:last-child {
- width: 454rpx;
- line-height: 84rpx;
- background: #0C66C2;
- border-radius: 10rpx;
- text-align: center;
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- }
- }
- .change-city-header {
- height: 120rpx;
- padding: 0 32rpx;
- .text {
- font-size: 36rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #222222;
- }
- }
- }
- .unverified {
- display: flex;
- flex-direction: column;
- justify-content: center;
- background-color: #fff;
- background-image: linear-gradient(to bottom, #fff 20%, #f3f3f3 50%);
- align-items: center;
- width: 750rpx;
- height: 70vh;
- // margin-top: 180rpx;
- text {
- width: 312rpx;
- height: 84rpx;
- margin-top: 34rpx;
- display: block;
- }
- button {
- width: 264rpx;
- height: 100rpx;
- background: #0C66C2;
- border-radius: 12rpx;
- font-size: 36rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- margin-top: 90rpx;
- line-height: 100rpx;
- }
- }
- .index-page {
- .address {
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #979797;
- line-height: 34rpx;
- }
- .content {
- padding: 24rpx 20rpx;
- margin-top: 20rpx;
- background-color: #fff;
- border-radius: 16rpx;
- .font {
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #222222;
- line-height: 44rpx;
- max-width: 326rpx;
- overflow: hidden; //超出隐藏
- white-space: nowrap; //不换行,同一行展示
- text-overflow: ellipsis; //设置超出部分以省略号展示
- }
- .back {
- width: 58rpx;
- height: 32rpx;
- background: #FF5335;
- border-radius: 6rpx;
- font-size: 22rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- line-height: 32rpx;
- text-align: center;
- margin-left: 16rpx;
- }
- .money {
- font-size: 32rpx;
- font-family: JDZhengHT-Regular, JDZhengHT;
- font-weight: 400;
- color: #0C66C2;
- }
- .introduce {
- height: 40rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #555555;
- line-height: 40rpx;
- margin-right: 16rpx;
- }
- .tabs {
- background: #F3F3F3;
- border-radius: 4rpx;
- padding: 6rpx 14rpx;
- margin-right: 16rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #5F5F5F;
- height: 34rpx;
- line-height: 34rpx;
- }
- }
- .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;
- }
- .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 {
- 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: #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;
- }
- }
- }
- .index-navbar {
- position: sticky;
- top: 0;
- left: 0;
- width: 750rpx;
- z-index: 100;
- .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;
- }
- .right-item {
- padding: 0 16rpx;
- height: 52rpx;
- background: #F3F3F3;
- border-radius: 4rpx;
- margin-left: 20rpx;
- .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;
- }
- }
- }
- .index-bg {
- position: absolute;
- top: 0;
- left: 0;
- z-index: -1;
- width: 750rpx;
- // height: 352rpx;
- }
- }
- .index-header {
- flex: 1;
- padding: 0 32rpx;
- height: 50rpx;
- .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;
- }
- }
- .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 #height .u-tabs__wrapper__nav__item__text {
- font-size: 36rpx !important;
- }
- </style>
|