xiaoxi.vue 14 KB

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