demand.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614
  1. <template>
  2. <view class="content">
  3. <view class="search">
  4. <u-input v-model="serach_value" type="text" :border="true" placeholder="热搜榜单" shape="circle"
  5. prefixIcon="search" prefixIconStyle="font-size: 22px;color: #909399">
  6. <template slot="suffix">
  7. <view>搜索</view>
  8. </template>
  9. </u-input>
  10. </view>
  11. <view class="box hflex acenter jbetween">
  12. <block v-for="(item,index) in tabs" :key="index">
  13. <view class="vflex acenter jcenter" @click="toTab(item.url)">
  14. <image :src="item.src" mode="aspectFill" class="tab_img"></image>
  15. <view class="tab_text">{{item.text}}</view>
  16. </view>
  17. </block>
  18. </view>
  19. <view class="box1">
  20. <view class="hflex acenter jbetween box1_top">
  21. <view class="hflex acenter">
  22. <block v-for="(item,index) in tabs2" :key="index">
  23. <view class="tabs_item" :class="tab_active == item.id? 'tabs_active' : ''" @click="changeTab(item.id)">{{item.text}}</view>
  24. </block>
  25. </view>
  26. <view class="screen hflex acenter jcenter" @click="open">
  27. <view class="screen_text">筛选</view>
  28. <u-icon name="arrow-down-fill" color="#666666" size="6"></u-icon>
  29. </view>
  30. </view>
  31. <view class="list" v-if="tab_active == 0">
  32. <block v-for="(item,index) in pageList" :key="index">
  33. <view class="list_item" @click="toDetail(item.id)">
  34. <view class="hflex acenter jbetween">
  35. <view class="item_title">{{item.title}}</view>
  36. <view class="item_blue">{{item.salary}}·{{item.monthly}}薪</view>
  37. </view>
  38. <view class="hflex acenter" style="padding: 20rpx 0 24rpx;">
  39. <view class="item_box">{{item.city}}</view>
  40. <view class="item_box">{{item.education}}</view>
  41. <view class="item_box">{{item.experience}}</view>
  42. </view>
  43. <view class="item_name">{{item.company_name}}</view>
  44. <view class="hflex acenter jbetween" style="padding-top: 16rpx;">
  45. <view class="hflex acenter">
  46. <image class="item_avatar" mode="aspectFill" :src="item.user.avatar"></image>
  47. <view class="user_name">{{item.user.position}}·{{item.user.name}}</view>
  48. </view>
  49. <view class="user_right">{{item.user.city}}·{{item.user.area}}</view>
  50. </view>
  51. </view>
  52. </block>
  53. </view>
  54. <view class="list" v-if="tab_active == 1">
  55. <block v-for="(item,index) in pageList" :key="index">
  56. <view class="list_item hflex jbetween" @click="toDetail2(item.id)">
  57. <view class="hflex">
  58. <image class="item_avatar1" :src="item.avatar"></image>
  59. <view class="item_right1 vflex">
  60. <u--text class="item_title" mode="name" :text="item.name" format="encrypt"></u--text>
  61. <view class="hflex acenter">
  62. <view class="text_style1">{{item.city}}</view>
  63. <view style="padding: 0 8rpx;">|</view>
  64. <view class="text_style1">{{item.age}}</view>
  65. <view style="padding: 0 8rpx;">|</view>
  66. <view class="text_style1">{{item.year}}</view>
  67. <view style="padding: 0 8rpx;">|</view>
  68. <view class="text_style1">{{item.education}}</view>
  69. </view>
  70. <view class="item_box1 hflex acenter">应聘岗位<view style="padding: 0 8rpx;">|</view>{{item.postion}}</view>
  71. </view>
  72. </view>
  73. <view class="item_btn1">打招呼</view>
  74. </view>
  75. </block>
  76. </view>
  77. </view>
  78. <u-popup :show="show" mode="bottom" :round="20" :closeable="true" @close="close" @open="open">
  79. <view class="popup">
  80. <view class="popup_title">筛选</view>
  81. <view class="popup_label">薪资待遇<span class="subtitle">(单选)</span></view>
  82. <view class="hflex acenter fwrap">
  83. <block v-for="(item,index) in salaryList" :key="index">
  84. <view class="popup_box" :class="index == salary_active ? 'box_active' : ''" @click="changgeSalary(index)">{{item.value}}</view>
  85. </block>
  86. </view>
  87. <view class="popup_label">学历要求</view>
  88. <view class="hflex acenter fwrap">
  89. <block v-for="(item,index) in educationList" :key="index">
  90. <view class="popup_box" :class="item.id == education_active ? 'box_active' : ''" @click="changgeEdu(item.id)">{{item.value}}</view>
  91. </block>
  92. </view>
  93. <view class="popup_bottom hflex acenter jbetween">
  94. <view class="reset_btn" @click="reset">重置</view>
  95. <view class="reset_btn confirm_btn" @click="confirm">确认</view>
  96. </view>
  97. </view>
  98. </u-popup>
  99. <u-modal :show="first_show" :closeOnClickOverlay="true" :showConfirmButton="false">
  100. <view class="popup1">
  101. <view class="popup1_title">Hello</view>
  102. <view class="popup1_subtitle">欢迎进入此页</view>
  103. <view class="popup1_line"></view>
  104. <view class="popup1_text">此项内容<span style="color: #516EFF;">{{is_free}}</span>使用</view>
  105. <view class="popup1_btn" @click="close">我知道了</view>
  106. </view>
  107. </u-modal>
  108. </view>
  109. </template>
  110. <script>
  111. import $api from '@/static/js/api.js'
  112. var that = ''
  113. export default {
  114. data() {
  115. return {
  116. serach_value: '',
  117. tabs: [
  118. {
  119. url: '/page_index/pages/demand/publish',
  120. src: '/static/images/index/demand/tab1.png',
  121. text: '发布应聘',
  122. },
  123. {
  124. url: '/page_index/pages/demand/delivery',
  125. src: '/static/images/index/demand/tab2.png',
  126. text: '投递记录',
  127. },
  128. {
  129. url: '/page_index/pages/demand/collect',
  130. src: '/static/images/index/demand/tab3.png',
  131. text: '我的收藏',
  132. }
  133. ],
  134. tabs2: [
  135. {
  136. id: 0,
  137. text: '招聘信息'
  138. },
  139. {
  140. id: 1,
  141. text: '应聘信息'
  142. }
  143. ],
  144. tab_active: 0,
  145. pageList: [
  146. {
  147. id: 0,
  148. title: '船舶设计师',
  149. salary: '13-15K',
  150. monthly: '13',
  151. city: '北京',
  152. education: '本科',
  153. experience: '经验不限',
  154. company_name: '北京文化旅游产业发展集团有限公司',
  155. user: {
  156. avatar: '/static/images/mine/avatar1.jpg',
  157. name: '江女士',
  158. position: '行政总监',
  159. city: '北京市',
  160. area: '东城区',
  161. },
  162. avatar: '/static/images/mine/avatar1.jpg',
  163. name: '张三',
  164. age: '27',
  165. year: '5年',
  166. postion: '船舶工程师',
  167. },
  168. {
  169. id: 1,
  170. title: '船舶设计师',
  171. salary: '13-15K',
  172. monthly: '13',
  173. city: '北京',
  174. education: '本科',
  175. experience: '经验不限',
  176. company_name: '北京文化旅游产业发展集团有限公司',
  177. user: {
  178. avatar: '/static/images/mine/avatar2.jpg',
  179. name: '江女士',
  180. position: '行政总监',
  181. city: '北京市',
  182. area: '东城区',
  183. },
  184. avatar: '/static/images/mine/avatar2.jpg',
  185. name: '李四',
  186. age: '27',
  187. year: '5年',
  188. postion: '船舶工程师',
  189. }
  190. ],
  191. salaryList: [
  192. {
  193. id: 0,
  194. value: '不限'
  195. },
  196. {
  197. id: 1,
  198. value: '4k以下'
  199. },
  200. {
  201. id: 2,
  202. value: '4k-6k'
  203. },
  204. {
  205. id: 3,
  206. value: '6k-8k'
  207. },
  208. {
  209. id: 4,
  210. value: '8k-12k'
  211. },
  212. {
  213. id: 5,
  214. value: '12k以上'
  215. }
  216. ],
  217. educationList: [
  218. {
  219. id: 0,
  220. value: '不限'
  221. },
  222. {
  223. id: 1,
  224. value: '初中及以下'
  225. },
  226. {
  227. id: 2,
  228. value: '中专/中技'
  229. },
  230. {
  231. id: 3,
  232. value: '高中'
  233. },
  234. {
  235. id: 4,
  236. value: '大专'
  237. },
  238. {
  239. id: 5,
  240. value: '本科'
  241. },
  242. {
  243. id: 6,
  244. value: '硕士'
  245. },
  246. {
  247. id: 7,
  248. value: '博士'
  249. }
  250. ],
  251. show: false,
  252. salary_active: -1,
  253. education_active: -1,
  254. is_first: true,
  255. first_show: false,
  256. is_free: '免费'
  257. }
  258. },
  259. onLoad() {
  260. that = this
  261. that.is_first = uni.getStorageSync('is_first')
  262. if(!that.is_first) {
  263. that.first_show = true
  264. uni.setStorageSync('is_first', true)
  265. }
  266. },
  267. methods: {
  268. // 点击tabs
  269. toTab(url) {
  270. $api.jump(url)
  271. },
  272. // 切换tabs
  273. changeTab(id) {
  274. that.tab_active = id
  275. },
  276. // 打开弹出层
  277. open() {
  278. that.show = true
  279. },
  280. // 关闭弹出层
  281. close() {
  282. that.first_show = false
  283. that.show = false
  284. },
  285. // 选择薪资待遇
  286. changgeSalary(index) {
  287. console.log(index);
  288. that.salary_active = index
  289. },
  290. // 选择学历要求
  291. changgeEdu(id) {
  292. that.education_active = id
  293. },
  294. // 重置按钮
  295. reset() {
  296. that.salary_active = -1
  297. that.education_active = -1
  298. },
  299. // 确认按钮
  300. confirm() {
  301. that.close()
  302. },
  303. toDetail(id) {
  304. $api.jump('/page_index/pages/demand/recruitDetail?id='+id)
  305. },
  306. toDetail2(id) {
  307. $api.jump('/page_index/pages/demand/wantedDetail?id='+id)
  308. }
  309. },
  310. }
  311. </script>
  312. <style lang="scss" scoped>
  313. .content::v-deep {
  314. position: relative;
  315. background: #EEF1F8;
  316. padding: 0 30rpx;
  317. .search {
  318. width: 100%;
  319. height: 88rpx;
  320. box-sizing: border-box;
  321. padding: 12rpx 30rpx;
  322. .u-input {
  323. background-color: #fff;
  324. height: 64rpx;
  325. padding: 0 0 0 18rpx !important;
  326. border: 1rpx solid #506Dff;
  327. margin-bottom: 12rpx;
  328. }
  329. .u-input__content__subfix-icon {
  330. width: 128rpx;
  331. height: 64rpx;
  332. background-color: #506Dff;
  333. border-radius: 32rpx;
  334. color: #fff;
  335. font-size: 28rpx;
  336. text-align: center;
  337. line-height: 64rpx;
  338. }
  339. }
  340. .box {
  341. width: 100%;
  342. background: #FFFFFF;
  343. border-radius: 20rpx;
  344. box-sizing: border-box;
  345. padding: 16rpx 60rpx 30rpx;
  346. margin-top: 24rpx;
  347. .tab_img {
  348. width: 84rpx;
  349. height: 84rpx;
  350. margin-bottom: 8rpx;
  351. }
  352. .tab_text {
  353. font-size: 24rpx;
  354. font-weight: 400;
  355. color: #444444;
  356. }
  357. }
  358. .box1 {
  359. width: 100%;
  360. background: #FFFFFF;
  361. border-radius: 20rpx;
  362. box-sizing: border-box;
  363. padding: 28rpx 20rpx;
  364. margin-top: 24rpx;
  365. .box1_top {
  366. width: 100%;
  367. padding-bottom: 12rpx;
  368. // border-bottom: 1rpx solid #F4F4F4;
  369. .tabs_item {
  370. font-size: 32rpx;
  371. font-weight: 400;
  372. color: #666666;
  373. margin-right: 52rpx;
  374. }
  375. .tabs_active {
  376. font-size: 32rpx;
  377. font-weight: 500;
  378. color: #222222;
  379. position: relative;
  380. }
  381. .tabs_active::before {
  382. content: '';
  383. position: absolute;
  384. width: 88rpx;
  385. height: 16rpx;
  386. background: linear-gradient(270deg, #FFFFFF 0%, #506DFF 100%);
  387. border-radius: 10rpx;
  388. bottom: 1rpx;
  389. left: 1rpx;
  390. opacity: 0.8;
  391. }
  392. .screen {
  393. width: 92rpx;
  394. height: 40rpx;
  395. background: #F3F3F3;
  396. border-radius: 4rpx;
  397. .screen_text {
  398. font-size: 24rpx;
  399. color: #666666;
  400. margin-right: 8rpx;
  401. }
  402. }
  403. }
  404. .list {
  405. width: 100%;
  406. .list_item {
  407. width: 100%;
  408. padding: 28rpx 0 20rpx;
  409. border-top: 1rpx solid #F4F4F4;
  410. .item_title {
  411. font-size: 32rpx;
  412. font-weight: 600;
  413. color: #222222;
  414. }
  415. .item_blue {
  416. font-size: 32rpx;
  417. font-weight: bold;
  418. color: #506DFF;
  419. }
  420. .item_box {
  421. height: 40rpx;
  422. background: #F0F2F6;
  423. border-radius: 2px;
  424. box-sizing: border-box;
  425. padding: 4rpx 18rpx;
  426. font-size: 22rpx;
  427. font-weight: 400;
  428. color: #444444;
  429. margin-right: 20rpx;
  430. }
  431. .item_name {
  432. font-size: 24rpx;
  433. font-weight: 400;
  434. color: #666666;
  435. }
  436. .item_avatar {
  437. width: 40rpx;
  438. height: 40rpx;
  439. border-radius: 50%;
  440. margin-right: 12rpx;
  441. }
  442. .item_avatar1 {
  443. width: 88rpx;
  444. height: 88rpx;
  445. border-radius: 50%;
  446. margin-right: 20rpx;
  447. }
  448. .item_right1 {
  449. }
  450. .text_style1 {
  451. font-size: 22rpx;
  452. font-weight: 400;
  453. color: #666666;
  454. padding: 12rpx 0;
  455. }
  456. .item_box1 {
  457. margin-top: 8rpx;
  458. background: #EDF0FF;
  459. border-radius: 8rpx;
  460. box-sizing: border-box;
  461. padding: 4rpx 16rpx;
  462. font-size: 24rpx;
  463. font-weight: 400;
  464. color: #506DFF;
  465. }
  466. .item_btn1 {
  467. width: 140rpx;
  468. height: 52rpx;
  469. background: #F1F3FF;
  470. border-radius: 28rpx;
  471. font-size: 26rpx;
  472. font-weight: 500;
  473. color: #506DFF;
  474. line-height: 52rpx;
  475. text-align: center;
  476. }
  477. .user_name {
  478. font-size: 20rpx;
  479. font-weight: 400;
  480. color: #333333;
  481. }
  482. .user_right {
  483. font-size: 20rpx;
  484. font-weight: 400;
  485. color: #A1A1A1;
  486. }
  487. }
  488. }
  489. }
  490. .popup {
  491. width: 100%;
  492. background: #FFFFFF;
  493. box-sizing: border-box;
  494. padding: 40rpx;
  495. .popup_title {
  496. width: 100%;
  497. text-align: center;
  498. font-size: 36rpx;
  499. font-weight: 500;
  500. color: #222222;
  501. }
  502. .popup_label {
  503. font-size: 32rpx;
  504. font-weight: 500;
  505. color: #222222;
  506. margin: 36rpx 0 28rpx;
  507. }
  508. .subtitle {
  509. font-size: 24rpx;
  510. font-weight: 400;
  511. color: #919191;
  512. }
  513. .popup_box {
  514. width: 208rpx;
  515. height: 76rpx;
  516. background: #F2F2F2;
  517. border-radius: 4rpx;
  518. text-align: center;
  519. font-size: 26rpx;
  520. font-weight: 400;
  521. color: #222222;
  522. line-height: 76rpx;
  523. margin: 0 24rpx 20rpx 0;
  524. }
  525. .popup_box:nth-child(3n) {
  526. margin: 0 0 20rpx;
  527. }
  528. .box_active {
  529. background: #F1F6FF;
  530. color: #506DFF;
  531. }
  532. .popup_bottom {
  533. margin: 82rpx 0 10rpx;
  534. width: 100%;
  535. .reset_btn {
  536. width: 240rpx;
  537. height: 76rpx;
  538. background: #F1F6FF;
  539. border-radius: 42rpx;
  540. font-size: 32rpx;
  541. font-weight: 500;
  542. color: #506DFF;
  543. text-align: center;
  544. line-height: 76rpx;
  545. }
  546. .confirm_btn {
  547. width: 400rpx;
  548. background: #506DFF;
  549. color: #FFFFFF;
  550. }
  551. }
  552. }
  553. .popup1 {
  554. width: 530rpx;
  555. height: 520rpx;
  556. border-radius: 40rpx;
  557. box-sizing: border-box;
  558. padding: 40rpx;
  559. .popup1_title {
  560. font-size: 48rpx;
  561. font-weight: 400;
  562. color: #222222;
  563. }
  564. .popup1_subtitle {
  565. font-size: 36rpx;
  566. font-weight: 500;
  567. color: #222222;
  568. margin: 8rpx 0 60rpx;
  569. }
  570. .popup1_line {
  571. width: 52rpx;
  572. height: 12rpx;
  573. background: #5572FF;
  574. border-radius: 6rpx;
  575. }
  576. .popup1_text {
  577. width: 100%;
  578. text-align: center;
  579. font-size: 40rpx;
  580. font-weight: 500;
  581. color: #222222;
  582. margin: 28rpx 0 52rpx;
  583. }
  584. .popup1_btn {
  585. margin: 0 auto;
  586. width: 310rpx;
  587. height: 84rpx;
  588. background: linear-gradient(90deg, #506DFF 0%, #88A6FF 100%);
  589. box-shadow: 0px 4rpx 24rpx 0px rgba(90,119,255,0.36);
  590. border-radius: 42rpx;
  591. text-align: center;
  592. line-height: 84rpx;
  593. font-size: 32rpx;
  594. font-weight: 500;
  595. color: #FFFFFF;
  596. }
  597. }
  598. .u-modal__content {
  599. padding: 0 !important;
  600. }
  601. .u-modal {
  602. width: 530rpx !important;
  603. background: url('/static/images/comment/eject.png') no-repeat;
  604. background-size: 100%;
  605. }
  606. }
  607. </style>