index.vue 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704
  1. <template>
  2. <view class="index-page">
  3. <view class="index-navbar">
  4. <view style="position: relative;height: 352rpx;">
  5. <image class="index-bg" src="../../static/images/index-header.png" mode=""></image>
  6. <u-navbar :fixed="false" bgColor='rgba(0,0,0,0)' placeholder :safeAreaInsetTop="true">
  7. <view id="height" class="index-header u-flex u-row-between" slot="left"
  8. style="position: relative;">
  9. <view class="" style="margin-left: -11rpx;">
  10. <u-tabs :current="tab1" :list="list4" lineWidth="28" lineHeight="5"
  11. :lineColor="bgImage" :activeStyle="{
  12. color: '#303133',
  13. fontWeight: 'bold',
  14. }" :inactiveStyle="{
  15. color: '#606266',
  16. }" itemStyle=" padding-right: 15px; height: 34px;" @click="TabsTop">
  17. </u-tabs>
  18. </view>
  19. <view class="" style="">
  20. <view class="index-search u-flex" slot="center">
  21. <u-icon name="search" color="#444444" size="28"></u-icon>
  22. <input type="text" class="text1" placeholder="搜索职位" :disabled="true">
  23. </view>
  24. </view>
  25. </view>
  26. </u-navbar>
  27. <view v-if="tab1 == 1" class="" >
  28. <view v-if="is_auth == 0" class="unverified">
  29. <image style="width: 380rpx;height: 254rpx;" src="/static/images/unverified.png" mode=""></image>
  30. <text>您的账号未完成学校认证 无法查看校企招聘信息</text>
  31. <button>前往认证</button>
  32. </view>
  33. <view v-if="is_auth == 1" class="" style="padding:0rpx 24rpx;">
  34. <hx-school></hx-school>
  35. </view>
  36. </view>
  37. <view v-if="tab1 == 0" class="header-down ">
  38. <view class="u-flex u-row-between u-row-center">
  39. <view class="font">
  40. UX交互设计师
  41. </view>
  42. <view class="font" style="font-size: 42rpx;">
  43. +
  44. </view>
  45. </view>
  46. <view class="u-flex u-row-between" style="margin-left: -11rpx;margin-top: 14rpx;">
  47. <view class="down-left u-flex u-row-center" @click="showpaixu = true">
  48. <u-tabs :current="tab2" :list="list1" @click="click"></u-tabs>
  49. </view>
  50. <view class="u-flex">
  51. <view class="right-item u-flex u-row-center" @click="opencity = true">
  52. <text class="text">{{city.name || '北京'}}</text>
  53. <u-icon name="arrow-down-fill" size="20"></u-icon>
  54. </view>
  55. <view class="right-item u-flex u-row-center" @click="openshaixuan">
  56. <text class="text">筛选</text>
  57. <u-icon name="arrow-down-fill" size="20"></u-icon>
  58. </view>
  59. </view>
  60. </view>
  61. </view>
  62. </view>
  63. <view v-if="tab1 == 0" class="" style="padding:0rpx 24rpx;background-color: #F3F3F3 ;height: 100%;">
  64. <view class="content" @click="todetails(item.id)" v-for="(item,index) in positionlist" :key="item.manager_id">
  65. <view class="u-flex u-row-between">
  66. <view class="u-flex">
  67. <view class="font">{{item.job_name}}</view>
  68. <view class="back" v-if="item.is_urgent == 1">急聘</view>
  69. </view>
  70. <view class="money">{{item.salary_min}}-{{item.salary_max}}K
  71. <text v-if="item.salary_structure">·{{item.salary_structure}}</text>
  72. </view>
  73. </view>
  74. <view class="u-flex" style="margin: 16rpx 0 14rpx 0;">
  75. <text class="introduce">{{item.companys.name}}</text>
  76. <text class="introduce">{{item.company_stage.name}}</text>
  77. <text class="introduce">{{item.company_scale.name}}</text>
  78. </view>
  79. <view class="u-flex" style="margin-bottom: 24rpx;">
  80. <view class="tabs">
  81. {{item.education_name}}
  82. </view>
  83. <view class="tabs">
  84. {{item.experience_name}}
  85. </view>
  86. </view>
  87. <view class="u-flex u-row-between u-col-center">
  88. <view class=" u-flex u-col-center">
  89. <image :src="item.usermanager.avatar" mode="" style="width: 50rpx;height: 50rpx;border-radius: 50%;">
  90. </image>
  91. <view class="" style="margin-left: 16rpx;">
  92. <text>{{item.usermanager.name}}</text>·
  93. <text>{{item.usermanager.company_text}}</text>
  94. </view>
  95. </view>
  96. <view class="u-flex u-col-center ">
  97. <view class="address" style="margin-right: 10rpx;">{{item.work_province.slice(0,-1)}}</view>
  98. <view class="address">{{item.work_city}}</view>
  99. </view>
  100. </view>
  101. </view>
  102. </view>
  103. </view>
  104. <u-popup border-radius="28" :show="opencity" mode="bottom">
  105. <view class="change-city-popup u-flex-col">
  106. <view class="change-city-header u-flex u-row-between">
  107. <u-icon name="close" size="22" color="#222" @click="opencity = false"></u-icon>
  108. <text class="text">选择城市</text>
  109. <u-icon name="close" size="22" color="#fff"></u-icon>
  110. </view>
  111. <view class="u-flex-1 u-flex change-city-scroll">
  112. <scroll-view scroll-y="true" class="change-scroll-left">
  113. <view class="scroll-left-sheng" v-for="(item,index) in citylist" :key="index" :class="{shengactive:cityleftindex == index}" @click="changeleftcity(index)">{{item.name}}</view>
  114. </scroll-view>
  115. <scroll-view scroll-y="true" class="change-scroll-right u-flex-1">
  116. <view class="scroll-left-shi" v-for="(item,index) in rightcity" :key="index" :class="{shiactive:cityrightindex == index}" @click="changerightcity(index,item)">{{item.name}}</view>
  117. </scroll-view>
  118. </view>
  119. <view class="change-city-down u-flex u-row-between">
  120. <text @click="chongzhi">重置</text>
  121. <text @click="changecity">确定</text>
  122. </view>
  123. </view>
  124. </u-popup>
  125. <zhao-shaixuan ref="shaixuan" @tosearch="shaixuan"></zhao-shaixuan>
  126. </view>
  127. </template>
  128. <script>
  129. import {
  130. getList,getareacity,is_auth
  131. } from "../../units/inquire.js"
  132. export default {
  133. data() {
  134. return {
  135. opencity:false,
  136. citylist: [],
  137. total:0,
  138. height: "",
  139. list1: [
  140. {
  141. name: "相关"
  142. },
  143. {
  144. name: "推荐"
  145. },
  146. {
  147. name: "最新"
  148. },
  149. ],
  150. list4: [{
  151. name: "职位"
  152. },
  153. {
  154. name: "校招"
  155. }
  156. ],
  157. page:1,
  158. tab1:0,
  159. tab2:0,
  160. positionlist:[],//职位列表
  161. is_auth:"",//是否认证
  162. rightcity:[],
  163. cityrightindex:"",
  164. cityleftindex:""
  165. }
  166. },
  167. onLoad() {
  168. this.getlist()
  169. this.getcity()
  170. this.auth()
  171. },
  172. onReachBottom() {
  173. if (this.positionlist.length != this.total) {
  174. this.page++
  175. this.getlist()
  176. }
  177. },
  178. computed:{
  179. bgImage(){
  180. return `url(${require('../../static/images/juxing.png')}) 100% 100%`
  181. }
  182. },
  183. methods: {
  184. auth(){
  185. is_auth().then(res=>{
  186. this.is_auth = res.data.is_auth
  187. })
  188. },
  189. shaixuan(e) {
  190. this.search_data = e
  191. this.tosearch()
  192. },
  193. chongzhi() {
  194. this.city = {
  195. name: '',
  196. id: ''
  197. }
  198. this.opencity = false
  199. this.tosearch()
  200. },
  201. changecity() {
  202. if (this.cityrightindex == -1) {
  203. this.$u.toast("请选择城市")
  204. return
  205. }
  206. this.city = {
  207. name: this.citylist[this.cityleftindex].childlist[this.cityrightindex].name,
  208. id: this.citylist[this.cityleftindex].childlist[this.cityrightindex].id
  209. }
  210. this.opencity = false
  211. this.tosearch()
  212. },
  213. changerightcity(index, item) {
  214. this.cityrightindex = index
  215. },
  216. changeleftcity(index) {
  217. this.cityleftindex = index
  218. this.cityrightindex = -1
  219. this.rightcity = this.citylist[this.cityleftindex].childlist
  220. },
  221. getcity() {
  222. getareacity().then(res => {
  223. console.log(res);
  224. this.citylist = res.data
  225. this.rightcity = res.data[0].childlist
  226. })
  227. },
  228. tosearch() {
  229. this.page = 1
  230. this.positionlist = []
  231. this.getlist()
  232. },
  233. openshaixuan() {
  234. console.log(111);
  235. this.$refs.shaixuan.openshaixuan = true
  236. },
  237. click(item) {
  238. this.tab2 = item.index
  239. console.log(this.tab2);
  240. this.getlist()
  241. // console.log('item', item);
  242. },
  243. TabsTop(item) {
  244. if(uni.getStorageSync('token') == "" && this.tab1 == 0){
  245. uni.reLaunch({
  246. url:"/pages/login/login"
  247. })
  248. }
  249. this.tab1 = item.index
  250. // console.log(this.tab1);
  251. },
  252. //获取职位列表
  253. getlist() {
  254. getList({
  255. page: this.page,
  256. type: this.tab2,
  257. }).then(res => {
  258. if (this.page == 1) {
  259. this.positionlist = res.data.data
  260. } else {
  261. this.positionlist = this.positionlist.concat(res.data.data)
  262. }
  263. this.total = res.data.total
  264. })
  265. },
  266. todetails(id) {
  267. uni.navigateTo({
  268. url: '../../pagesB/details?id='+id
  269. })
  270. }
  271. }
  272. }
  273. </script>
  274. <style lang="scss">
  275. page {
  276. background-color: #F3F3F3;
  277. }
  278. .change-city-popup {
  279. height: calc(100vh - 144rpx);
  280. .change-city-scroll {
  281. min-height: 1rpx;
  282. .change-scroll-right {
  283. height: 100%;
  284. .scroll-left-shi {
  285. line-height: 100rpx;
  286. text-align: center;
  287. font-size: 32rpx;
  288. font-family: PingFangSC-Regular, PingFang SC;
  289. font-weight: 400;
  290. color: #333333;
  291. padding: 0 32rpx;
  292. }
  293. .shiactive {
  294. color: #0C66C2;
  295. }
  296. }
  297. .change-scroll-left {
  298. width: 304rpx;
  299. height: 100%;
  300. background-color: #F5F5F5;
  301. .scroll-left-sheng {
  302. text-align: center;
  303. font-size: 32rpx;
  304. font-family: PingFangSC-Regular, PingFang SC;
  305. font-weight: 400;
  306. color: #333333;
  307. padding: 28rpx 32rpx;
  308. }
  309. .shengactive {
  310. background-color: #fff;
  311. color: #0C66C2;
  312. }
  313. }
  314. }
  315. .change-city-down {
  316. padding: 12rpx 32rpx;
  317. text:first-child {
  318. width: 208rpx;
  319. line-height: 84rpx;
  320. background: #F3F3F3;
  321. border-radius: 10rpx;
  322. text-align: center;
  323. font-size: 32rpx;
  324. font-family: PingFangSC-Medium, PingFang SC;
  325. font-weight: 500;
  326. color: #555555;
  327. }
  328. text:last-child {
  329. width: 454rpx;
  330. line-height: 84rpx;
  331. background: #0C66C2;
  332. border-radius: 10rpx;
  333. text-align: center;
  334. font-size: 32rpx;
  335. font-family: PingFangSC-Medium, PingFang SC;
  336. font-weight: 500;
  337. color: #FFFFFF;
  338. }
  339. }
  340. .change-city-header {
  341. height: 120rpx;
  342. padding: 0 32rpx;
  343. .text {
  344. font-size: 36rpx;
  345. font-family: PingFangSC-Medium, PingFang SC;
  346. font-weight: 500;
  347. color: #222222;
  348. }
  349. }
  350. }
  351. .unverified{
  352. display: flex;
  353. flex-direction: column;
  354. justify-content: center;
  355. background-color: #fff;
  356. background-image: linear-gradient(to bottom, #fff 20%, #f3f3f3 50%);
  357. align-items: center;
  358. width: 750rpx;
  359. height: 70vh;
  360. margin-top: 180rpx;
  361. text{
  362. width: 312rpx;
  363. height: 84rpx;
  364. margin-top: 34rpx;
  365. display: block;
  366. }
  367. button{
  368. width: 264rpx;
  369. height: 100rpx;
  370. background: #0C66C2;
  371. border-radius: 12rpx;
  372. font-size: 36rpx;
  373. font-family: PingFangSC-Regular, PingFang SC;
  374. font-weight: 400;
  375. color: #FFFFFF;
  376. margin-top: 90rpx;
  377. line-height: 100rpx;
  378. }
  379. }
  380. .index-page {
  381. .address {
  382. font-size: 24rpx;
  383. font-family: PingFangSC-Regular, PingFang SC;
  384. font-weight: 400;
  385. color: #979797;
  386. line-height: 34rpx;
  387. }
  388. .content {
  389. padding: 24rpx 20rpx;
  390. margin-top: 20rpx;
  391. background-color: #fff;
  392. border-radius: 16rpx;
  393. .font {
  394. font-size: 32rpx;
  395. font-family: PingFangSC-Medium, PingFang SC;
  396. font-weight: 500;
  397. color: #222222;
  398. line-height: 44rpx;
  399. max-width: 326rpx;
  400. overflow: hidden; //超出隐藏
  401. white-space: nowrap; //不换行,同一行展示
  402. text-overflow: ellipsis; //设置超出部分以省略号展示
  403. }
  404. .back {
  405. width: 58rpx;
  406. height: 32rpx;
  407. background: #FF5335;
  408. border-radius: 6rpx;
  409. font-size: 22rpx;
  410. font-family: PingFangSC-Regular, PingFang SC;
  411. font-weight: 400;
  412. color: #FFFFFF;
  413. line-height: 32rpx;
  414. text-align: center;
  415. margin-left: 16rpx;
  416. }
  417. .money {
  418. font-size: 32rpx;
  419. font-family: JDZhengHT-Regular, JDZhengHT;
  420. font-weight: 400;
  421. color: #0C66C2;
  422. }
  423. .introduce {
  424. height: 40rpx;
  425. font-size: 28rpx;
  426. font-family: PingFangSC-Regular, PingFang SC;
  427. font-weight: 400;
  428. color: #555555;
  429. line-height: 40rpx;
  430. margin-right: 16rpx;
  431. }
  432. .tabs {
  433. background: #F3F3F3;
  434. border-radius: 4rpx;
  435. padding: 6rpx 14rpx;
  436. margin-right: 16rpx;
  437. font-size: 24rpx;
  438. font-family: PingFangSC-Regular, PingFang SC;
  439. font-weight: 400;
  440. color: #5F5F5F;
  441. height: 34rpx;
  442. line-height: 34rpx;
  443. }
  444. }
  445. .index-item {
  446. // width: 702rpx;
  447. // background: #FFFFFF;
  448. // border-radius: 20rpx;
  449. // margin: 20rpx auto;
  450. // padding: 0 20rpx 24rpx 10rpx;
  451. .item-down {
  452. text:first-child {
  453. font-size: 22rpx;
  454. font-family: SFPro-Regular, SFPro;
  455. font-weight: 400;
  456. color: #666666;
  457. }
  458. text:last-child {
  459. font-size: 22rpx;
  460. font-family: PingFangSC-Regular, PingFang SC;
  461. font-weight: 400;
  462. color: #666666;
  463. }
  464. }
  465. .item-gongsi {
  466. margin-bottom: 16rpx;
  467. .text2 {
  468. font-size: 24rpx;
  469. font-family: SFPro-Regular, SFPro;
  470. font-weight: 400;
  471. color: #666666;
  472. }
  473. .logo {
  474. width: 42rpx;
  475. height: 42rpx;
  476. border-radius: 10rpx;
  477. margin-right: 16rpx;
  478. }
  479. .text1 {
  480. max-width: 192rpx;
  481. font-size: 24rpx;
  482. font-family: PingFangSC-Regular, PingFang SC;
  483. font-weight: 400;
  484. color: #444444;
  485. margin-right: 12rpx;
  486. }
  487. }
  488. .item-label {
  489. margin-bottom: 20rpx;
  490. text {
  491. margin-right: 16rpx;
  492. line-height: 46rpx;
  493. background: #F7F7F7;
  494. border-radius: 4rpx;
  495. padding: 0 14rpx;
  496. font-size: 24rpx;
  497. font-family: PingFangSC-Regular, PingFang SC;
  498. font-weight: 400;
  499. color: #5F5F5F;
  500. }
  501. }
  502. .item-top {
  503. height: 88rpx;
  504. .text1 {
  505. font-size: 32rpx;
  506. font-family: PingFangSC-Medium, PingFang SC;
  507. font-weight: 500;
  508. color: #222222;
  509. margin-right: 16rpx;
  510. }
  511. .text2 {
  512. width: 50rpx;
  513. line-height: 32rpx;
  514. background: rgba(255, 83, 53, 0.1);
  515. border-radius: 4rpx;
  516. text-align: center;
  517. font-size: 20rpx;
  518. font-family: PingFangSC-Regular, PingFang SC;
  519. font-weight: 400;
  520. color: #FF5335;
  521. margin-right: 12rpx;
  522. }
  523. .text3 {
  524. width: 90rpx;
  525. line-height: 32rpx;
  526. background: #FFF2E8;
  527. border-radius: 4rpx;
  528. text-align: center;
  529. font-size: 20rpx;
  530. font-family: PingFangSC-Regular, PingFang SC;
  531. font-weight: 400;
  532. color: #FF8620;
  533. margin-right: 12rpx;
  534. }
  535. .text4 {
  536. line-height: 32rpx;
  537. background: #E6EFF8;
  538. border-radius: 4rpx;
  539. padding: 0 4rpx;
  540. text-align: center;
  541. font-size: 20rpx;
  542. font-family: SFPro-Regular, SFPro;
  543. font-weight: 400;
  544. color: #0C66C2;
  545. }
  546. .text5 {
  547. font-size: 32rpx;
  548. font-family: JDZhengHT-Regular, JDZhengHT;
  549. font-weight: 400;
  550. color: #0C66C2;
  551. }
  552. }
  553. }
  554. .index-navbar {
  555. position: sticky;
  556. top: 0;
  557. left: 0;
  558. width: 750rpx;
  559. z-index: 100;
  560. .header-down {
  561. height: 92rpx;
  562. padding: 20rpx 24rpx;
  563. box-sizing: border-box;
  564. .font {
  565. font-size: 40rpx;
  566. font-family: PingFangSC-Medium, PingFang SC;
  567. font-weight: 500;
  568. color: #222222;
  569. }
  570. .right-item {
  571. padding: 0 16rpx;
  572. height: 52rpx;
  573. background: #F3F3F3;
  574. border-radius: 4rpx;
  575. margin-left: 20rpx;
  576. .text {
  577. margin-right: 4rpx;
  578. font-size: 26rpx;
  579. font-family: PingFangSC-Regular, PingFang SC;
  580. font-weight: 400;
  581. color: #666666;
  582. }
  583. }
  584. .down-left {
  585. .text {
  586. margin-right: 4rpx;
  587. font-size: 26rpx;
  588. font-family: PingFangSC-Medium, PingFang SC;
  589. font-weight: 500;
  590. color: #222222;
  591. }
  592. }
  593. }
  594. .index-bg {
  595. position: absolute;
  596. top: 0;
  597. left: 0;
  598. z-index: -1;
  599. width: 750rpx;
  600. height: 352rpx;
  601. }
  602. }
  603. .index-header {
  604. flex: 1;
  605. padding: 0 32rpx;
  606. height: 50rpx;
  607. .index-search {
  608. width: 200rpx;
  609. height: 64rpx;
  610. background: #FFFFFF;
  611. border-radius: 20rpx;
  612. padding: 0 28rpx;
  613. .text1 {
  614. font-size: 24rpx;
  615. font-family: PingFangSC-Regular, PingFang SC;
  616. font-weight: 400;
  617. color: #999999;
  618. margin-left: 16rpx;
  619. }
  620. }
  621. .index-tabs {
  622. text:first-child {
  623. font-size: 36rpx;
  624. font-family: PingFangSC-Medium, PingFang SC;
  625. font-weight: 500;
  626. color: #222222;
  627. }
  628. text:last-child {
  629. width: 76rpx;
  630. height: 12rpx;
  631. background: linear-gradient(270deg, #208EFF 0%, rgba(28, 159, 227, 0) 100%);
  632. margin-top: -20rpx;
  633. border-radius: 100rpx;
  634. }
  635. }
  636. }
  637. }
  638. ::v-deep .u-navbar__content__left {
  639. padding: 0 !important;
  640. }
  641. </style>