chat.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582
  1. <template>
  2. <view class="chat-pages">
  3. <u-navbar :border="false" :fixed='true' :placeholder='true'>
  4. <view class="u-nav-slot" slot="left" style="display: flex;">
  5. <u-icon name="arrow-left" @click="return1()" size="20"></u-icon>
  6. <text class="title">{{user_other.merchant_name || user_other.easemob_nickname}}</text>
  7. </view>
  8. <view class="u-flex" slot="right" @click="goshop(user_other.id)">
  9. <view v-if="user_other.merchant_name" class="dian">店铺</view>
  10. <view class="" style="width: 200rpx;"></view>
  11. <!-- <text class="title">{{user_other.merchant_name}}</text> -->
  12. <!-- <text>{{user_other.company_name || ''}}·{{user_other.type || ''}}</text> -->
  13. </view>
  14. </u-navbar>
  15. <view class="" style="height: 60rpx;"></view>
  16. <view class="chat-item" v-for="(item,index) in list" :key="index">
  17. <view class="chat-time">
  18. {{renderTime(item.time)}}
  19. </view>
  20. <view class="chat-item-box u-flex u-col-top acenter" v-if="item.from == user_other_no">
  21. <image :src="user_other.avatar || user_other.image" class="user-img" mode=""></image>
  22. <view style="max-width: 80%;" class="" v-if="item.type == 'txt' && !item.ext.type">
  23. <view class="chat-text" :style="{background:item.from == user_no ? '#D3E5FB' : '#fff'}">
  24. {{item.msg}}
  25. </view>
  26. </view>
  27. <view class="chat-header" v-if="item.type == 'txt' && item.ext.type == 'shopinfo'"
  28. :style="{top:(statusheight + 58) + 'px'}" @click="toinfo(item.ext.order.id)">
  29. <view class="u-flex ">
  30. <image :src="item.ext.order.image" style="width: 152rpx;height: 152rpx;" mode=""></image>
  31. <view class="u-flex-column u-row-between" style="margin-left: 20rpx;height: 152rpx;">
  32. <view class="chattitle">{{item.ext.order.name}}</view>
  33. <text
  34. class="catmoney">¥{{item.ext.order.discount_price || item.ext.order.discount_price}}</text>
  35. </view>
  36. </view>
  37. <view class="" style="border: 2rpx solid #979797;opacity: 0.1;margin: 24rpx 0;"></view>
  38. <view class="chatfu">{{item.ext.order.fu}}</view>
  39. </view>
  40. </view>
  41. <view class="chat-item-box u-flex u-col-top jend" v-if="item.from == user_no">
  42. <view style="max-width: 80%;" class="" v-if="item.type == 'txt' && !item.ext.type">
  43. <view class="chat-text" :style="{background:item.from == user_no ? '#D3E5FB' : '#fff'}">
  44. {{item.msg}}
  45. </view>
  46. </view>
  47. <view class="chat-header" v-if="item.type == 'txt' && item.ext.type == 'shopinfo'"
  48. :style="{top:(statusheight + 58) + 'px'}" @click="toinfo(item.ext.order.id)">
  49. <view class="u-flex ">
  50. <image :src="item.ext.order.image" style="width: 152rpx;height: 152rpx;" mode=""></image>
  51. <view class="u-flex-column u-row-between" style="margin-left: 20rpx;height: 152rpx;">
  52. <view class="chattitle">{{item.ext.order.name}}</view>
  53. <text
  54. class="catmoney">¥{{item.ext.order.discount_price || item.ext.order.discount_price}}</text>
  55. </view>
  56. </view>
  57. <view class="" style="border: 2rpx solid #979797;opacity: 0.1;margin: 24rpx 0;"></view>
  58. <view class="chatfu">{{item.ext.order.fu}}</view>
  59. </view>
  60. <image v-if="item.from == '13523652365'" src="/pageA/static/images/kefu.png"
  61. style="width: 88rpx;height: 88rpx;" mode=""></image>
  62. <image v-else-if="item.from == user_no" :src="user.avatar" class="user-img" mode=""></image>
  63. </view>
  64. </view>
  65. <view class="" style="height: 55rpx;"></view>
  66. <!-- <kj-chat></kj-chat> -->
  67. <kj-chat :user='user' :to="user_other_no" :list="changyong_list" :user_other='user_other'
  68. @success="getdata"></kj-chat>
  69. </view>
  70. </template>
  71. <script>
  72. import vueBus from '@/utils/vueBus.js'
  73. import WebIM from '@/newSDK/Easemob-chat-4.1.7.js'
  74. import {
  75. conn
  76. } from '@/utils/WebIM';
  77. import {
  78. renderTime
  79. } from '@/utils/index'
  80. const innerAudioContext = uni.createInnerAudioContext()
  81. export default {
  82. data() {
  83. return {
  84. user_other_no: '',
  85. user_no: '',
  86. user: {},
  87. user_other: {},
  88. pageSize: 20,
  89. loadText: '',
  90. list: [],
  91. renderTime,
  92. playStatus: 0, //录音播放状态 0:未播放 1:正在播放
  93. statusheight: '',
  94. }
  95. },
  96. onLoad(options) {
  97. this.user = uni.getStorageSync('user_info')
  98. console.log('user', this.user);
  99. if (options.user_other) {
  100. this.user_other = JSON.parse(decodeURIComponent(options.user_other))
  101. }
  102. // this.statusheight = uni.getSystemInfoSync().statusBarHeight,
  103. this.user_other_no = options.user_other_no
  104. console.log(this.user_other_no);
  105. // this.user_other = options.user_other, //用户信息
  106. if (uni.getStorageSync('user_no')) {
  107. this.user_no = uni.getStorageSync('user_no')
  108. } else {
  109. // index().then((res) => {
  110. // })
  111. }
  112. vueBus.$on('message', this.getdata)
  113. },
  114. onShow() {
  115. this.getdata()
  116. },
  117. methods: {
  118. //逛逛
  119. goshop(id) {
  120. uni.navigateTo({
  121. url: '/pageD/homepage/homepage?merchant_id=' + id + '&show=' + true
  122. })
  123. },
  124. callphone() {
  125. uni.$u.http.get('/api/config', {
  126. params: {
  127. module: 'basic'
  128. }
  129. }).then((res) => {
  130. console.log(res);
  131. uni.makePhoneCall({
  132. phoneNumber: res.service_mobile
  133. })
  134. }).catch(() => {})
  135. },
  136. previewimg(url) {
  137. let urls = []
  138. urls.push(url)
  139. uni.previewImage({
  140. urls: urls,
  141. longPressActions: {
  142. itemList: ['发送给朋友', '保存图片', '收藏'],
  143. success: function(data) {
  144. console.log('选中了第' + (data.tapIndex + 1) + '个按钮,第' + (data.index + 1) + '张图片');
  145. },
  146. fail: function(err) {
  147. console.log(err.errMsg);
  148. }
  149. }
  150. });
  151. },
  152. playaudio(url) {
  153. let _this = this
  154. innerAudioContext.src = url
  155. console.log(url);
  156. var music = wx.setInnerAudioOption({
  157. obeyMuteSwitch: false,
  158. success: function(res) {
  159. console.log("开启静音模式下播放音乐的功能");
  160. },
  161. fail: function(err) {
  162. console.log(err);
  163. console.log("静音设置失败");
  164. },
  165. });
  166. console.log(this.playStatus);
  167. if (this.playStatus == 0) {
  168. innerAudioContext.play()
  169. innerAudioContext.onPlay(() => {
  170. console.log('开始播放');
  171. _this.playStatus = 1
  172. });
  173. } else {
  174. innerAudioContext.pause()
  175. innerAudioContext.onPause(() => {
  176. console.log('暂停播放');
  177. _this.playStatus = 0
  178. });
  179. }
  180. innerAudioContext.onError((res) => {
  181. console.log('onError', res.errMsg);
  182. console.log('onError', res.errCode);
  183. });
  184. innerAudioContext.onEnded((res) => {
  185. _this.playStatus = 0
  186. })
  187. },
  188. return1() {
  189. uni.navigateBack()
  190. },
  191. getuser() {
  192. let that = this
  193. getEmchatUsersData({
  194. user_no: this.user_no + ',' + this.user_other_no,
  195. }).then((res) => {
  196. if (res.code == 1) {
  197. this.user = res.data[0]
  198. this.user_other = res.data[1]
  199. } else {
  200. that.$u.toast(res.msg)
  201. }
  202. })
  203. },
  204. getdata() {
  205. let option2 = {
  206. chatType: "singleChat", // 会话类型,设置为单聊。
  207. type: "channel", // 消息类型。
  208. to: this.user_other_no, // 接收消息对象的用户 ID。
  209. };
  210. let msg2 = new WebIM.message.create(option2);
  211. conn.send(msg2);
  212. let options = {
  213. // 对方的用户 ID 或者群组 ID 或聊天室 ID。
  214. targetId: this.user_other_no,
  215. // 每页期望获取的消息条数。取值范围为 [1,50],默认值为 20。
  216. pageSize: this.pageSize,
  217. // 查询的起始消息 ID。若该参数设置为 `-1`、`null` 或空字符串,从最新消息开始。
  218. cursor: -1,
  219. // 会话类型:(默认) `singleChat`:单聊;`groupChat`:群聊。
  220. chatType: "singleChat",
  221. // 消息搜索方向:(默认)`up`:按服务器收到消息的时间的逆序获取;`down`:按服务器收到消息的时间的正序获取。
  222. searchDirection: "up",
  223. };
  224. conn.getHistoryMessages(options).then((res) => {
  225. console.log('res', res);
  226. // 成功获取历史消息。
  227. if (res.isLast) {
  228. this.loadText = '已无更多数据';
  229. }
  230. this.list = res.messages.reverse()
  231. console.log(this.list);
  232. this.$nextTick(() => {
  233. uni.pageScrollTo({
  234. scrollTop: 99999
  235. })
  236. })
  237. })
  238. .catch((e) => {
  239. // 获取失败。
  240. console.log('失败', e);
  241. });
  242. },
  243. toinfo(id) {
  244. uni.navigateTo({
  245. url: '/pageA/productdetails?id=' + id
  246. })
  247. }
  248. }
  249. }
  250. </script>
  251. <style lang="scss">
  252. .dian {
  253. height: 48rpx;
  254. border-radius: 24rpx;
  255. border: 1rpx solid rgba(151, 151, 151, 0.5);
  256. padding: 4rpx 20rpx;
  257. box-sizing: border-box;
  258. font-family: PingFangSC, PingFang SC;
  259. font-weight: 400;
  260. font-size: 28rpx;
  261. color: #222222;
  262. // line-height: 48rpx;
  263. text-align: center;
  264. font-style: normal;
  265. }
  266. .chatfu {
  267. font-family: PingFangSC, PingFang SC;
  268. font-weight: 400;
  269. font-size: 20rpx;
  270. color: #555555;
  271. line-height: 28rpx;
  272. text-align: left;
  273. font-style: normal;
  274. }
  275. .chattitle {
  276. width: 314rpx;
  277. height: 72rpx;
  278. font-family: PingFangSC, PingFang SC;
  279. font-weight: 400;
  280. font-size: 26rpx;
  281. color: #222222;
  282. line-height: 36rpx;
  283. text-align: left;
  284. font-style: normal;
  285. overflow: hidden;
  286. text-overflow: ellipsis;
  287. word-break: break-all;
  288. -webkit-line-clamp: 2;
  289. display: -webkit-box;
  290. -webkit-box-orient: vertical;
  291. // white-space: pre-wrap;
  292. }
  293. .catmoney {
  294. width: 104rpx;
  295. height: 46rpx;
  296. font-family: HarmonyOS_Sans_Medium;
  297. font-size: 26rpx;
  298. color: #F83224;
  299. line-height: 36rpx;
  300. text-align: left;
  301. font-style: normal;
  302. font-weight: 600;
  303. }
  304. .title {
  305. font-family: PingFangSC, PingFang SC;
  306. font-weight: 500;
  307. font-size: 36rpx;
  308. color: #222222;
  309. line-height: 50rpx;
  310. text-align: left;
  311. font-style: normal;
  312. }
  313. .jend {
  314. justify-content: flex-end;
  315. }
  316. .chat-pages {
  317. .chat-header1 {
  318. width: 702rpx;
  319. background: #FFFFFF;
  320. border-radius: 16rpx;
  321. position: sticky;
  322. left: 24rpx;
  323. // z-index: 20;
  324. margin: 10px auto;
  325. padding: 0 20rpx;
  326. .goutong-time1 {
  327. line-height: 80rpx;
  328. font-size: 24rpx;
  329. font-family: SFPro-Regular, SFPro;
  330. font-weight: 400;
  331. color: #777777;
  332. border-top: 2rpx solid #F0F0F0;
  333. }
  334. .zhiwei-text {
  335. font-size: 26rpx;
  336. font-family: PingFangSC-Regular, PingFang SC;
  337. font-weight: 400;
  338. color: #555555;
  339. padding-bottom: 20rpx;
  340. border-bottom: 2rpx solid #F0F0F0;
  341. }
  342. .zhiwei-title {
  343. font-size: 26rpx;
  344. font-family: PingFangSC-Regular, PingFang SC;
  345. font-weight: 400;
  346. color: #555555;
  347. margin-bottom: 20rpx;
  348. }
  349. .chat-label1 {
  350. padding: 8rpx 0 10rpx 0;
  351. text {
  352. margin-right: 10rpx;
  353. margin-bottom: 10rpx;
  354. line-height: 40rpx;
  355. background: #F3F3F3;
  356. border-radius: 4rpx;
  357. padding: 0 12rpx;
  358. font-size: 24rpx;
  359. font-family: PingFangSC-Regular, PingFang SC;
  360. font-weight: 400;
  361. color: #555555;
  362. }
  363. }
  364. .jingli1-box {
  365. font-size: 24rpx;
  366. font-family: PingFangSC-Regular, PingFang SC;
  367. font-weight: 400;
  368. color: #555555;
  369. margin-bottom: 20rpx;
  370. }
  371. .header1-top {
  372. padding: 24rpx 0 20rpx 0;
  373. text:frist-child {
  374. font-size: 32rpx;
  375. font-family: PingFangSC-Medium, PingFang SC;
  376. font-weight: 500;
  377. color: #222222;
  378. }
  379. text:last-child {
  380. font-size: 32rpx;
  381. font-family: DINAlternate-Bold, DINAlternate;
  382. font-weight: bold;
  383. color: #0C66C2;
  384. }
  385. }
  386. }
  387. .chat-item {
  388. padding: 0 24rpx;
  389. margin-bottom: 20rpx;
  390. .chat-item-box {
  391. .chat-text {
  392. border-radius: 20rpx;
  393. background-color: #fff;
  394. max-width: 100%;
  395. margin: 0 20rpx;
  396. font-size: 30rpx;
  397. font-family: PingFangSC-Regular, PingFang SC;
  398. font-weight: 400;
  399. color: #141414;
  400. padding: 20rpx 24rpx;
  401. }
  402. .user-img {
  403. width: 92rpx;
  404. height: 92rpx;
  405. border-radius: 100rpx;
  406. }
  407. }
  408. .chat-time {
  409. text-align: center;
  410. margin-bottom: 30rpx;
  411. font-size: 24rpx;
  412. font-family: PingFangSC-Regular, PingFang SC;
  413. font-weight: 400;
  414. color: #777777;
  415. }
  416. }
  417. .chat-header {
  418. width: 540rpx;
  419. // height: 264rpx;
  420. background: #FFFFFF;
  421. border-radius: 16rpx;
  422. position: sticky;
  423. left: 24rpx;
  424. z-index: 10;
  425. margin: 10px auto;
  426. padding: 20rpx;
  427. .goutong-time {
  428. line-height: 80rpx;
  429. font-size: 24rpx;
  430. font-family: SFPro-Regular, SFPro;
  431. font-weight: 400;
  432. color: #777777;
  433. border-top: 2rpx solid #F0F0F0;
  434. }
  435. .chat-label {
  436. padding: 8rpx 0 10rpx 0;
  437. text {
  438. margin-right: 10rpx;
  439. margin-bottom: 10rpx;
  440. line-height: 40rpx;
  441. background: #F3F3F3;
  442. border-radius: 4rpx;
  443. padding: 0 12rpx;
  444. font-size: 24rpx;
  445. font-family: PingFangSC-Regular, PingFang SC;
  446. font-weight: 400;
  447. color: #555555;
  448. }
  449. }
  450. .jingli-box {
  451. margin-bottom: 12rpx;
  452. .img {
  453. width: 28rpx;
  454. height: 28rpx;
  455. }
  456. .text1 {
  457. font-size: 28rpx;
  458. font-family: PingFangSC-Regular, PingFang SC;
  459. font-weight: 400;
  460. color: #222222;
  461. margin: 0 12rpx;
  462. flex: 1;
  463. }
  464. .text2 {
  465. font-size: 22rpx;
  466. font-family: SFPro-Regular, SFPro;
  467. font-weight: 400;
  468. color: #888888;
  469. }
  470. }
  471. .header-top {
  472. height: 150rpx;
  473. .header-right {
  474. width: 96rpx;
  475. height: 96rpx;
  476. position: relative;
  477. .sex {
  478. position: absolute;
  479. bottom: 0;
  480. right: 4rpx;
  481. width: 20rpx;
  482. height: 20rpx;
  483. }
  484. .right-img {
  485. width: 96rpx;
  486. height: 96rpx;
  487. border-radius: 100rpx;
  488. }
  489. }
  490. .header-left {
  491. .text3 {
  492. font-size: 26rpx;
  493. font-family: SFPro-Regular, SFPro;
  494. font-weight: 400;
  495. color: #666666;
  496. margin-top: 10rpx;
  497. }
  498. .text1 {
  499. font-size: 36rpx;
  500. font-family: PingFangSC-Medium, PingFang SC;
  501. font-weight: 500;
  502. color: #222222;
  503. margin-right: 28rpx;
  504. }
  505. .text2 {
  506. font-size: 26rpx;
  507. font-family: PingFangSC-Regular, PingFang SC;
  508. font-weight: 400;
  509. color: #222222;
  510. }
  511. }
  512. }
  513. }
  514. .chat-navbar {
  515. flex: 1;
  516. // padding-left: 100rpx;
  517. text:first-child {
  518. font-size: 36rpx;
  519. font-family: PingFangSC-Medium, PingFang SC;
  520. font-weight: 500;
  521. color: #141414;
  522. }
  523. text:last-child {
  524. font-size: 22rpx;
  525. font-family: PingFangSC-Regular, PingFang SC;
  526. font-weight: 400;
  527. color: #777777;
  528. }
  529. }
  530. }
  531. page {
  532. background-color: #F3F3F3;
  533. }
  534. </style>