xiaoxi.vue 14 KB

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