xiaoxi.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740
  1. <template>
  2. <view class="xiaoxi-pages">
  3. <view class="xiaoxi-header">
  4. <u-navbar :fixed="false" bgColor='rgba(0,0,0,0)' placeholder :safeAreaInsetTop="true">
  5. <view slot="left" class="xiaoxi-tabs u-flex u-row-between" style="margin-left: -11rpx;">
  6. <view class="tabs-item u-flex-col u-col-center u-flex-1" :class="{'tabs-item1':current == 1}"
  7. @click="change(1)" style="position: relative;">
  8. <text>消息</text>
  9. <u-badge v-if="read" :absolute='true' :isDot="true" type="error" :offset="[0,10]"></u-badge>
  10. <text></text>
  11. </view>
  12. <view class="tabs-item u-flex-col u-col-center u-flex-1" :class="{'tabs-item1':current == 2}"
  13. @click="change(2)" style="position: relative;">
  14. <text>通知</text>
  15. <u-badge :absolute='true' :isDot="true" type="error" :offset="[0,10]"
  16. v-if="news_length > 0"></u-badge>
  17. <text></text>
  18. </view>
  19. </view>
  20. </u-navbar>
  21. <view v-if="current == 1" class="tabs-header u-flex">
  22. <view class="u-flex tabs-header-item" :class="{'tabs-header-active' : tabs1 == 0}"
  23. @click="changetabs1(0)">
  24. <text>全部</text>
  25. </view>
  26. <view class="u-flex tabs-header-item" :class="{'tabs-header-active' : tabs1 == 1}"
  27. style="position: relative;" @click="changetabs1(1)">
  28. <u-badge v-if="read" :absolute='true' :isDot="true" type="error" :offset="[0,-10]"></u-badge>
  29. <text>未读</text>
  30. </view>
  31. </view>
  32. <view v-if="current == 2" class="tabs-header u-flex">
  33. <view style="position: relative;" class="u-flex tabs-header-item"
  34. :class="{'tabs-header-active' : tabs2 == index}" v-for="(item,index) in tabs2list" :key="index"
  35. @click="changetabs2(index)" v-if="index != 1">
  36. <text>{{item}}</text>
  37. <u-badge v-if='index==0&&order_number>0' :absolute='true' :isDot="true" type="error"
  38. :offset="[0,-10]"></u-badge>
  39. <u-badge v-if='index==2&&info_number>0' :absolute='true' :isDot="true" type="error"
  40. :offset="[0,-10]"></u-badge>
  41. </view>
  42. </view>
  43. </view>
  44. <view class=" xiaoxi-list" v-if="current == 1">
  45. <view class="xiaoxi-item u-flex u-row-between" v-for="(item,index) in list" :key="index"
  46. @click="tochat(index)">
  47. <view class="item-head">
  48. <!-- item.unReadCount -->
  49. <u-badge :absolute='true' type="error" :value="item.unReadCount" :offset="[0,0]"></u-badge>
  50. <image :src="item.user.avatar" mode=""></image>
  51. </view>
  52. <view class="xiaoxi-right u-flex-1">
  53. <view class="right-top u-flex u-row-between">
  54. <text>{{item.user.username}}</text>
  55. <text v-if='item.user.company_name'
  56. class="u-line-1">{{item.user.company_name || '' }}·{{item.user.type || ''}}</text>
  57. <text>{{ renderTime(item.lastMessage.time)}}</text>
  58. </view>
  59. <view class="right-down u-line-1" v-if="item.lastMessage && item.lastMessage.type == 'txt'">
  60. {{ item.lastMessage.msg }}
  61. </view>
  62. <view class="right-down u-line-1" v-if="item.lastMessage && item.lastMessage.type == 'img'">
  63. [图片]
  64. </view>
  65. <view class="right-down u-line-1" v-if="item.lastMessage && item.lastMessage.type == 'audio'">
  66. [语音]
  67. </view>
  68. </view>
  69. </view>
  70. </view>
  71. <view class="tongzhi-list" v-if="current == 2">
  72. <view class="tongzhi-item" v-for="(item,index) in list" :key="index" @click="info2(item)">
  73. <view v-if="tabs2 == 0">
  74. <view class="tongzhi-header u-flex u-row-between">
  75. <view class="tongzhi-title u-flex">
  76. <text>{{item.title}}</text>
  77. <text v-if="item.is_view == 0"></text>
  78. </view>
  79. <view class="tongzhi-time">
  80. {{item.createtime}}
  81. </view>
  82. </view>
  83. <view class="tongzhi-tips">
  84. {{item.content}}
  85. </view>
  86. <view class="tongzhi-body">
  87. <view class="tongzhi-body u-flex u-row-between"
  88. style="padding: 0;background: rgba(0, green, blue, 0);">
  89. <view class="body-title u-flex">
  90. <text></text>
  91. <text>{{item.info.job.job_name}}</text>
  92. </view>
  93. <view class="money">{{item.info.job.salary_min}}-{{item.info.job.salary_max}}K
  94. <text v-if="item.info.job.salary_structure">·{{item.info.job.salary_structure}}</text>
  95. </view>
  96. </view>
  97. <view class="body-name u-flex">
  98. <text></text>
  99. <text class="name-text">{{item.info.company.name || ''}}</text>
  100. <text class="name-text"
  101. style="margin-left: 5rpx;">{{item.info.company.category_name || ''}}</text>
  102. </view>
  103. <view class="body-address u-flex">
  104. <text class="text1">{{item.info.job.work_province}}·{{item.info.job.work_city}}</text>
  105. <text class="text2"></text>
  106. <text class="text1">{{item.info.job.experience_name}}</text>
  107. <text class="text2"></text>
  108. <text class="text1">{{item.info.job.education_name}}</text>
  109. </view>
  110. </view>
  111. </view>
  112. <view v-if="tabs2 == 1">
  113. <view class="tongzhi-header u-flex u-row-between">
  114. <view class="tongzhi-title u-flex">
  115. <text>{{item.title}}</text>
  116. <text v-if="item.is_view == 0"></text>
  117. </view>
  118. <view class="tongzhi-time">
  119. {{item.createtime}}
  120. </view>
  121. </view>
  122. <view class="tongzhi-tips">
  123. {{item.content}}
  124. </view>
  125. <view class="xitong-box" v-if="item.info.job_name">
  126. <view class="xitong-title u-flex">{{item.info.job_name}}</view>
  127. <view class="xitong-address u-flex">
  128. <text class="text1">{{item.info.work_city}}</text>
  129. <text class="text2"></text>
  130. <text class="text1">{{item.info.experience_name}}</text>
  131. <text class="text2"></text>
  132. <text class="text1">{{item.info.education_name}}</text>
  133. </view>
  134. </view>
  135. </view>
  136. <view v-if="tabs2 == 2">
  137. <view class="zixun-box">
  138. <view class="zixun-title u-flex">
  139. <text>{{item.title}} {{item.createtime}}</text>
  140. <text v-if="item.is_view == 0"></text>
  141. </view>
  142. <image :src="item.info.image" class="zixun-img" mode="aspectFill"></image>
  143. <view class="zixun-tips">
  144. {{item.content}}
  145. </view>
  146. </view>
  147. </view>
  148. <view class="tongzhi-down u-flex u-row-between">
  149. <text class="text">查看详情</text>
  150. <u-icon name="arrow-right" color="#0C66C2"></u-icon>
  151. </view>
  152. </view>
  153. </view>
  154. <view class="" style="border: 40rpx;"></view>
  155. <view style="height: 70vh;display: flex;justify-content: center;align-items: center;" v-if="list.length == 0">
  156. <u-empty text="暂无数据" mode="list"></u-empty>
  157. </view>
  158. </view>
  159. </template>
  160. <script>
  161. import {
  162. conn
  163. } from '@/utils/WebIM';
  164. import {
  165. renderTime
  166. } from '@/utils/index'
  167. import {
  168. get_list,
  169. notification,
  170. getEmchatUsersData,
  171. cget_total_number
  172. } from "@/units/inquire.js"
  173. export default {
  174. data() {
  175. return {
  176. current: 1,
  177. tabs1: 0,
  178. tabs1list: ['全部', '未读'],
  179. tabs2: 0,
  180. tabs2list: ['应聘通知', '系统通知', '资讯通知'],
  181. page: 1,
  182. total: 0,
  183. list: [],
  184. read: false,
  185. renderTime,
  186. news_length: 0,
  187. ordershow: false,
  188. infoshow: false,
  189. order_number: 0,
  190. system_number: 0,
  191. info_number: 0
  192. }
  193. },
  194. onLoad() {
  195. },
  196. onShow() {
  197. // if (this.read || this.news_length > 0) {
  198. // uni.showTabBarRedDot({
  199. // index: 3,
  200. // })
  201. // }
  202. this.read = false
  203. this.getlist()
  204. // this.getlist1()
  205. this.getnum()
  206. },
  207. onReachBottom() {
  208. if (this.total != this.list.length) {
  209. this.page++
  210. this.getlist()
  211. this.getnum()
  212. }
  213. },
  214. methods: {
  215. getnum() {
  216. cget_total_number().then((res) => {
  217. this.news_length = res.data.number
  218. this.order_number = res.data.order_number
  219. this.system_number = res.data.system_number
  220. this.info_number = res.data.info_number
  221. })
  222. },
  223. change(index) {
  224. this.current = index
  225. this.list = []
  226. this.tabs2 = 0
  227. this.tabs1 = 0
  228. this.getlist()
  229. },
  230. tochat(index) {
  231. uni.navigateTo({
  232. url: "/pagesC/chat?user_no=" + this.list[index].user.user_no
  233. })
  234. },
  235. info2(item) {
  236. notification({
  237. id: item.id
  238. }).then(res => {
  239. item.is_view = 1
  240. })
  241. if (this.tabs2 == 0) {
  242. uni.navigateTo({
  243. url: "/pagesD/order-info?id=" + item.info.id
  244. })
  245. }
  246. if (this.tabs2 == 1) {
  247. if (item.source_type == 'job') {
  248. uni.navigateTo({
  249. url: "/pagesB/zhiwei-info2?id=" + item.info.id
  250. })
  251. }
  252. }
  253. if (this.tabs2 == 2) {
  254. uni.navigateTo({
  255. url: "/pagesD/zixun-info?id=" + item.info.id
  256. })
  257. }
  258. },
  259. handlecurrent(index) {
  260. this.current = index
  261. this.page = 1
  262. this.total = 0
  263. this.list = []
  264. this.getlist()
  265. },
  266. changetabs1(index) {
  267. this.tabs1 = index
  268. this.page = 1
  269. this.total = 0
  270. this.list = []
  271. this.getlist()
  272. },
  273. changetabs2(index) {
  274. this.tabs2 = index
  275. this.page = 1
  276. this.total = 0
  277. this.list = []
  278. this.getlist()
  279. },
  280. getlist1() {
  281. get_list({
  282. page: this.page,
  283. type: 'info'
  284. }).then(res => {
  285. this.total = res.data.total
  286. res.data.data.forEach(item => {
  287. if (item.is_view == 0) {
  288. this.infoshow = true
  289. }
  290. })
  291. })
  292. },
  293. getlist() {
  294. let that = this
  295. if (this.current == 1) {
  296. const options = {
  297. pageSize: 50,
  298. cursor: '',
  299. }
  300. conn.getServerConversations(options).then((res) => {
  301. that.list = res.data.conversations
  302. console.log(that.list);
  303. let list = []
  304. for (var i = 0; i < that.list.length; i++) {
  305. if (that.list[i].unReadCount > 0) {
  306. if (that.tabs1 == 1) {
  307. list.push(that.list[i])
  308. }
  309. this.$set(this, 'read', true)
  310. }
  311. }
  312. if (this.read || this.news_length > 0) {
  313. uni.showTabBarRedDot({
  314. index: 3,
  315. success(res) {
  316. console.log(res);
  317. }
  318. })
  319. } else {
  320. uni.hideTabBarRedDot({
  321. index: 3,
  322. success(res) {
  323. console.log(res);
  324. }
  325. })
  326. }
  327. if (that.tabs1 == 1) {
  328. that.list = list
  329. }
  330. // if (that.tabs1 == 1) {
  331. // for (var i = 0; i < that.list.length; i++) {
  332. // if (that.list[i].unReadCount > 0) {
  333. // list.push(that.list[i])
  334. // }
  335. // }
  336. // that.list = list
  337. // }
  338. let ids = ''
  339. if (that.list.length > 0) {
  340. for (var i = 0; i < that.list.length; i++) {
  341. ids += that.list[i].conversationId + ','
  342. }
  343. that.getData(ids)
  344. }
  345. }).catch((error) => {
  346. console.log('失败', error);
  347. })
  348. }
  349. if (this.current == 2) {
  350. console.log('tabs2', this.tabs2);
  351. get_list({
  352. page: this.page,
  353. type: {
  354. 0: 'order',
  355. 1: 'system',
  356. 2: 'info'
  357. } [this.tabs2]
  358. }).then(res => {
  359. this.total = res.data.total
  360. if (this.page == 1) {
  361. this.list = res.data.data
  362. } else {
  363. this.list = this.list.concat(res.data.data)
  364. }
  365. // this.list = this.list.concat(res.data.data)
  366. this.list.forEach(item => {
  367. if (this.tabs2 == 0 && item.is_view == 0) {
  368. this.ordershow = true
  369. }
  370. if (this.tabs2 == 2 && item.is_view == 0) {
  371. this.infoshow = true
  372. }
  373. })
  374. })
  375. }
  376. },
  377. getData(ids) {
  378. let that = this
  379. ids = ids.slice(0, -1)
  380. getEmchatUsersData({
  381. user_no: ids,
  382. }).then((res) => {
  383. if (res.code == 1) {
  384. for (var i = 0; i < that.list.length; i++) {
  385. that.$set(that.list[i], 'user', res.data[i])
  386. }
  387. } else {
  388. that.$u.toast(res.msg)
  389. }
  390. })
  391. },
  392. }
  393. }
  394. </script>
  395. <style lang="scss">
  396. .xiaoxi-pages {
  397. .tongzhi-list {
  398. padding: 1rpx 0;
  399. .tongzhi-item {
  400. margin: 20rpx auto;
  401. width: 702rpx;
  402. background: #FFFFFF;
  403. border-radius: 20rpx;
  404. padding: 0 24rpx;
  405. .xitong-box {
  406. width: 100%;
  407. background: rgba(243, 243, 243, 0.5);
  408. border-radius: 12rpx;
  409. padding: 24rpx;
  410. .xitong-address {
  411. .text1 {
  412. font-size: 26rpx;
  413. font-family: PingFangSC-Regular, PingFang SC;
  414. font-weight: 400;
  415. color: #666666;
  416. }
  417. .text2 {
  418. height: 20rpx;
  419. border: 2rpx solid #E5E5E5;
  420. margin: 0 16rpx;
  421. }
  422. }
  423. .xitong-title {
  424. font-size: 32rpx;
  425. font-family: PingFangSC-Regular, PingFang SC;
  426. font-weight: 400;
  427. color: #222222;
  428. margin-bottom: 20rpx;
  429. }
  430. }
  431. .zixun-box {
  432. .zixun-tips {
  433. font-size: 30rpx;
  434. font-family: PingFangSC-Regular, PingFang SC;
  435. font-weight: 400;
  436. color: #333333;
  437. padding: 24rpx 0;
  438. }
  439. .zixun-img {
  440. width: 100%;
  441. height: 284rpx;
  442. }
  443. .zixun-title {
  444. padding: 24rpx 0 20rpx 0;
  445. font-size: 24rpx;
  446. font-family: PingFangSC-Regular, PingFang SC;
  447. font-weight: 400;
  448. color: #888888;
  449. text:first-child {
  450. font-size: 32rpx;
  451. font-family: PingFangSC-Medium, PingFang SC;
  452. font-weight: 500;
  453. color: #222222;
  454. margin-right: 16rpx;
  455. }
  456. text:nth-child(2) {
  457. width: 12rpx;
  458. height: 12rpx;
  459. background: #F2413A;
  460. border-radius: 100rpx;
  461. }
  462. }
  463. }
  464. .tongzhi-down {
  465. height: 86rpx;
  466. border-top: 2rpx solid #F0F0F0;
  467. .text {
  468. font-size: 26rpx;
  469. font-family: PingFangSC-Regular, PingFang SC;
  470. font-weight: 400;
  471. color: #0C66C2;
  472. }
  473. }
  474. .tongzhi-body {
  475. background: rgba(243, 243, 243, 0.5);
  476. border-radius: 12rpx;
  477. padding: 20rpx;
  478. margin-bottom: 24rpx;
  479. .body-address {
  480. padding: 0 32rpx;
  481. .text2 {
  482. height: 20rpx;
  483. border: 2rpx solid #E5E5E5;
  484. margin: 0 14rpx;
  485. }
  486. .text1 {
  487. font-size: 26rpx;
  488. font-family: PingFangSC-Regular, PingFang SC;
  489. font-weight: 400;
  490. color: #666666;
  491. }
  492. }
  493. .body-name {
  494. margin-bottom: 20rpx;
  495. text:first-child {
  496. width: 12rpx;
  497. height: 12rpx;
  498. background: #0C66C2;
  499. border-radius: 100rpx;
  500. margin-right: 20rpx;
  501. }
  502. text :nth-child(2) {
  503. width: 220rpx;
  504. overflow: hidden;
  505. white-space: nowrap;
  506. text-overflow: ellipsis;
  507. font-size: 24rpx;
  508. font-family: PingFangSC, PingFang SC;
  509. font-weight: 400;
  510. color: #555555;
  511. }
  512. text:last-child {
  513. font-size: 24rpx;
  514. font-family: PingFangSC, PingFang SC;
  515. font-weight: 400;
  516. color: #555555;
  517. }
  518. }
  519. .body-title {
  520. // margin-bottom: 28rpx;
  521. text:first-child {
  522. width: 12rpx;
  523. height: 12rpx;
  524. background: #131415;
  525. margin-right: 20rpx;
  526. border-radius: 100rpx;
  527. }
  528. text:last-child {
  529. font-size: 32rpx;
  530. font-family: PingFangSC-Regular, PingFang SC;
  531. font-weight: 400;
  532. color: #222222;
  533. }
  534. }
  535. }
  536. .tongzhi-tips {
  537. font-size: 28rpx;
  538. font-family: PingFangSC-Regular, PingFang SC;
  539. font-weight: 400;
  540. color: #666666;
  541. margin-bottom: 24rpx;
  542. }
  543. .tongzhi-header {
  544. height: 96rpx;
  545. .tongzhi-time {
  546. font-size: 24rpx;
  547. font-family: SFPro-Regular, SFPro;
  548. font-weight: 400;
  549. color: #666666;
  550. }
  551. .tongzhi-title {
  552. text:first-child {
  553. font-size: 32rpx;
  554. font-family: PingFangSC-Medium, PingFang SC;
  555. font-weight: 500;
  556. color: #222222;
  557. margin-right: 16rpx;
  558. }
  559. text:nth-child(2) {
  560. width: 12rpx;
  561. height: 12rpx;
  562. background: #F2413A;
  563. border-radius: 100rpx;
  564. }
  565. }
  566. }
  567. }
  568. }
  569. .money {
  570. font-size: 32rpx;
  571. font-family: JDZhengHT-Regular, JDZhengHT;
  572. font-weight: 400;
  573. color: #0C66C2;
  574. }
  575. .xiaoxi-list {
  576. width: 702rpx;
  577. background: #FFFFFF;
  578. border-radius: 20rpx;
  579. margin: 20rpx auto;
  580. .xiaoxi-item {
  581. padding: 24rpx 20rpx;
  582. .xiaoxi-right {
  583. min-width: 1rpx;
  584. .right-down {
  585. font-size: 26rpx;
  586. font-family: PingFangSC-Regular, PingFang SC;
  587. font-weight: 400;
  588. color: #444444;
  589. }
  590. .right-top {
  591. margin-bottom: 18rpx;
  592. text:first-child {
  593. font-size: 30rpx;
  594. }
  595. text:nth-child(2) {
  596. font-size: 22rpx;
  597. font-family: PingFangSC-Regular, PingFang SC;
  598. font-weight: 400;
  599. color: #888888;
  600. margin: 0 8rpx;
  601. }
  602. text:last-child {
  603. font-size: 24rpx;
  604. font-family: SFPro-Regular, SFPro;
  605. font-weight: 400;
  606. color: #999999;
  607. }
  608. }
  609. }
  610. .item-head {
  611. width: 96rpx;
  612. height: 96rpx;
  613. border-radius: 100rpx;
  614. margin-right: 20rpx;
  615. position: relative;
  616. image {
  617. width: 96rpx;
  618. height: 96rpx;
  619. border-radius: 100rpx;
  620. }
  621. }
  622. }
  623. }
  624. .xiaoxi-header {
  625. position: sticky;
  626. top: 0;
  627. left: 0;
  628. width: 750rpx;
  629. z-index: 99;
  630. background: linear-gradient(180deg, #EDF6FF 0%, #F8FAFD 100%);
  631. .tabs-header {
  632. height: 88rpx;
  633. padding: 0 8rpx;
  634. .tabs-header-item {
  635. margin: 0 24rpx;
  636. text {
  637. font-size: 26rpx;
  638. font-family: PingFangSC-Regular, PingFang SC;
  639. font-weight: 400;
  640. color: #777777;
  641. }
  642. }
  643. .tabs-header-active {
  644. text {
  645. color: #0C66C2;
  646. }
  647. }
  648. }
  649. .xiaoxi-tabs {
  650. width: 250rpx;
  651. .tabs-item {
  652. text:first-child {
  653. font-size: 32rpx;
  654. font-family: PingFangSC-Medium, PingFang SC;
  655. font-weight: 500;
  656. color: #777777;
  657. position: relative;
  658. z-index: 1;
  659. }
  660. text:last-child {
  661. width: 76rpx;
  662. height: 12rpx;
  663. border-radius: 100rpx;
  664. margin-top: -14rpx;
  665. }
  666. }
  667. .tabs-item1 {
  668. text:first-child {
  669. font-size: 36rpx;
  670. font-family: PingFangSC-Medium, PingFang SC;
  671. font-weight: 500;
  672. color: #222222;
  673. }
  674. text:last-child {
  675. background: linear-gradient(270deg, #208EFF 0%, rgba(28, 159, 227, 0) 100%);
  676. }
  677. }
  678. }
  679. }
  680. }
  681. page {
  682. background-color: #F3F3F3;
  683. }
  684. </style>