kj-chat.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725
  1. <template>
  2. <view class="chat-bottom">
  3. <view :style="{height: height}"></view>
  4. <view class="safe-area-inset-bottom"></view>
  5. <view class="chat-down-box u-flex-col u-col-center">
  6. <view class="chat-down-btn u-flex u-row-between" v-if="isjianpan">
  7. <image @click="openchangyong" v-if="showtype == 2" class="img2" src="@/static/imagess/jianpan.png"
  8. mode=""></image>
  9. <input class="input" :cursor-spacing="15" v-model="text" type="text" confirm-type="send" @confirm="send"
  10. placeholder="请输入消息内容…">
  11. <image @click="openemoji" class="img1" src="@/static/imagess/biaoqing.png" mode=""></image>
  12. <text @click="send" v-if="text" class="send">发送</text>
  13. <image @click="openmore" v-else-if="showtype == 1" class="img2" src="@/static/imagess/jianpan.png"
  14. mode="">
  15. </image>
  16. <image @click="openmore" v-else-if="showtype != 1" class="img2" src="@/static/imagess/wenjian.png"
  17. mode=""></image>
  18. </view>
  19. <view class="chat-down-btn luyin u-flex u-row-between" v-else>
  20. <image @click="isjianpan = true" class="img2" src="@/static/imagess/jianpan.png" mode=""></image>
  21. <button class="record-btn" :class="longPress == '1' ? 'record-btn-1' : 'record-btn-2'"
  22. @longpress="longpressBtn()" @touchend="touchendBtn()">
  23. <!-- <image src="@/static/images/luyin.png" mode="" style="changyong" /> -->
  24. <text>{{longPress == '1' ? '按住说话' : '说话中...'}}</text>
  25. </button>
  26. </view>
  27. <view class="prompt-layer prompt-layer-1" v-if="longPress == '2'">
  28. <view class="prompt-loader">
  29. <view class="em" v-for="(item,index) in 15" :key="index"></view>
  30. </view>
  31. <text class="span">松手结束录音</text>
  32. </view>
  33. <view v-if="showtype == 1" class="more-box u-flex acenter">
  34. <!-- <view class="more-item u-flex-col u-col-center">
  35. <view class="item-img u-flex u-row-center">
  36. <image src="../static/images/more1.png" mode=""></image>
  37. </view>
  38. <view class="item-text">
  39. 发简历
  40. </view>
  41. </view> -->
  42. <view class="more-item u-flex-col u-col-center" @click="toalbum">
  43. <view class="item-img u-flex u-row-center">
  44. <image src="/static/imagess/more2.png" mode=""></image>
  45. </view>
  46. <view class="item-text">
  47. 相册
  48. </view>
  49. </view>
  50. <view class="more-item u-flex-col u-col-center" @click="tocapture">
  51. <view class="item-img u-flex u-row-center">
  52. <image src="/static/imagess/more3.png" mode=""></image>
  53. </view>
  54. <view class="item-text">
  55. 拍摄
  56. </view>
  57. </view>
  58. <view class="more-item u-flex-col u-col-center" @click="isjianpan = false;showtype = 0">
  59. <view class="item-img u-flex u-row-center">
  60. <image src="/static/imagess/more4.png" mode=""></image>
  61. </view>
  62. <view class="item-text">
  63. 语音
  64. </view>
  65. </view>
  66. </view>
  67. <view v-if="showtype == 2" class="changyong-box u-flex-col">
  68. <scroll-view scroll-y="true" class="changyong-scroll u-flex-1">
  69. <view class="changyong-text" v-for="(a,b) in changlist" :key="b" @click="select(a)">{{a.content}}
  70. </view>
  71. </scroll-view>
  72. <view class="changyong-btn u-flex u-row-between">
  73. <text class="text1" @click="toadd">新增</text>
  74. <text class="text2"></text>
  75. <text class="text1" @click="tolist">管理</text>
  76. </view>
  77. </view>
  78. <scroll-view v-if="showtype == 3" scroll-y="true" class="emoji-scroll">
  79. <view class="empji-box u-flex u-flex-wrap">
  80. <text v-for="(a,b) in emoji" :key="b" @click="changeemoji(a)">{{a}}</text>
  81. </view>
  82. </scroll-view>
  83. <view class="safe-area-inset-bottom"></view>
  84. </view>
  85. </view>
  86. </template>
  87. <script>
  88. import {
  89. conn,
  90. } from '@/utils/WebIM';
  91. import WebIM from '@/newSDK/Easemob-chat-4.1.7.js'
  92. import emoji from "@/commont/emoji.js"
  93. const recorderManager = uni.getRecorderManager()
  94. var init // 录制时长计时器
  95. export default {
  96. props: {
  97. to: {
  98. typeof: String,
  99. default: ''
  100. },
  101. list: {
  102. typeof: Array,
  103. default: []
  104. },
  105. user_other:{
  106. type:Object,
  107. default:{}
  108. }
  109. },
  110. data() {
  111. return {
  112. height: '100rpx',
  113. showtype: 0, //默认0,1显示更多,2显示常用,3显示表情
  114. emoji: emoji,
  115. text: '',
  116. changlist: [],
  117. isjianpan: true,
  118. longPress: '1',
  119. time: 0, //录音时长
  120. duration: 60000, //录音最大值ms 60000/1分钟
  121. tempFilePath: '', //音频路径
  122. playStatus: 0, //录音播放状态 0:未播放 1:正在播放
  123. }
  124. },
  125. created() {
  126. },
  127. methods: {
  128. longpressBtn() {
  129. this.longPress = '2';
  130. // this.countdown(60); // 倒计时
  131. // clearInterval(init) // 清除定时器
  132. recorderManager.onStop((res) => {
  133. console.log('onstop', res);
  134. this.tempFilePath = res.tempFilePath;
  135. this.recordingTimer(this.time);
  136. })
  137. const options = {
  138. duration: this.duration, // 指定录音的时长,单位 ms
  139. sampleRate: 16000, // 采样率
  140. numberOfChannels: 1, // 录音通道数
  141. encodeBitRate: 96000, // 编码码率
  142. format: 'mp3', // 音频格式,有效值 aac/mp3
  143. frameSize: 10, // 指定帧大小,单位 KB
  144. }
  145. this.recordingTimer();
  146. recorderManager.start(options);
  147. // 监听音频开始事件
  148. recorderManager.onStart((res) => {})
  149. recorderManager.onError((res) => {})
  150. },
  151. // 长按松开录音事件
  152. touchendBtn() {
  153. let _this = this
  154. this.longPress = '1';
  155. recorderManager.onStop((res) => {
  156. this.tempFilePath = res.tempFilePath
  157. uni.uploadFile({
  158. url: 'https://hire.hdlkeji.com/api/common/upload',
  159. filePath: _this.tempFilePath,
  160. name: 'file',
  161. success: (res) => {
  162. uni.hideLoading()
  163. if (JSON.parse(res.data).code == 1) {
  164. _this.sendluyin(JSON.parse(res.data).data.fullurl);
  165. } else {
  166. _this.$u.toast(JSON.parse(res.data).msg)
  167. }
  168. },
  169. fail: (e) => {
  170. console.log(e);
  171. }
  172. })
  173. })
  174. this.recordingTimer(this.time)
  175. recorderManager.stop()
  176. },
  177. recordingTimer(time) {
  178. var that = this;
  179. if (time == undefined) {
  180. // 将计时器赋值给init
  181. init = setInterval(function() {
  182. that.time++
  183. }, 1000);
  184. } else {
  185. clearInterval(init)
  186. }
  187. },
  188. sendluyin(url) {
  189. var option = {
  190. type: "audio",
  191. chatType: "singleChat",
  192. filename: url,
  193. // 消息接收方:单聊为对端用户 ID,群聊和聊天室分别为群组 ID 和聊天室 ID。
  194. to: this.to,
  195. body: {
  196. //文件 URL。
  197. url: url,
  198. //文件类型。
  199. type: "audio",
  200. //文件名。
  201. filename: url,
  202. // 音频文件时长,单位为秒。
  203. length: this.time,
  204. },
  205. };
  206. let msg = new WebIM.message.create(option);
  207. // 调用 `send` 方法发送该语音消息。
  208. conn.send(msg).then((res) => {
  209. // 语音消息成功发送。
  210. console.log("Success");
  211. setTimeout(() => {
  212. this.$emit('success', true)
  213. }, 800)
  214. })
  215. .catch((e) => {
  216. // 语音消息发送失败。
  217. console.log("Fail", e);
  218. });
  219. },
  220. send() {
  221. let _this = this
  222. if (this.text == '' || this.text == null) {
  223. this.$u.toast('发送消息不能为空')
  224. return
  225. }
  226. let id = conn.getUniqueId(); // 生成本地消息id
  227. let msg = new WebIM.message('txt', id); // 创建文本消息
  228. console.log(msg);
  229. msg.set({
  230. msg: this.text, // 消息内容
  231. to: this.to, // 接收消息对象(用户id)
  232. chatType: 'singleChat', // 设置为单聊
  233. ext: {
  234. shopname:this.user_other.merchant_name,
  235. image:this.user_other.image,
  236. },
  237. success: function(id, serverMsgId) {
  238. console.log('成功发送消息');
  239. setTimeout(() => {
  240. _this.$emit('success', true)
  241. }, 800);
  242. },
  243. fail: function(e) {
  244. console.log("发送消息失败");
  245. }
  246. });
  247. conn.send(msg.body);
  248. this.text = ''
  249. },
  250. toalbum() {
  251. let _this = this
  252. uni.chooseImage({
  253. count: 1,
  254. sizeType: ["original", "compressed"],
  255. sourceType: ["album"],
  256. success(img) {
  257. uni.showLoading({
  258. mask: true,
  259. title: "请稍后"
  260. })
  261. console.log('img', img);
  262. uni.uploadFile({
  263. url: 'https://hire.hdlkeji.com/api/common/upload',
  264. filePath: img.tempFilePaths[0],
  265. name: 'file',
  266. success: (res) => {
  267. uni.hideLoading()
  268. if (JSON.parse(res.data).code == 1) {
  269. console.log('data', JSON.parse(res.data).data.fullurl);
  270. _this.sendPrivateImg(JSON.parse(res.data).data.fullurl);
  271. } else {
  272. _this.$u.toast(JSON.parse(res.data).msg)
  273. }
  274. },
  275. fail: (e) => {
  276. console.log(e);
  277. }
  278. })
  279. },
  280. });
  281. },
  282. tocapture() {
  283. let _this = this
  284. uni.chooseImage({
  285. count: 1,
  286. sizeType: ["original", "compressed"],
  287. sourceType: ["camera"],
  288. success(img) {
  289. uni.showLoading({
  290. mask: true,
  291. title: "请稍后"
  292. })
  293. uni.uploadFile({
  294. url: 'https://hire.hdlkeji.com/api/common/upload',
  295. filePath: img.tempFilePaths[0],
  296. name: 'file',
  297. success: (res) => {
  298. uni.hideLoading()
  299. if (JSON.parse(res.data).code == 1) {
  300. _this.sendPrivateImg(JSON.parse(res.data).data.fullurl);
  301. } else {
  302. _this.$u.toast(JSON.parse(res.data).msg)
  303. }
  304. },
  305. fail: (e) => {
  306. console.log(e);
  307. }
  308. })
  309. },
  310. });
  311. },
  312. sendPrivateImg(res) {
  313. console.log('sendPrivateImg', res);
  314. let option = {
  315. chatType: "singleChat",
  316. // 消息类型。
  317. type: "img",
  318. // 图片文件的 URL 地址。
  319. url: res,
  320. // 消息接收方:单聊为对方用户 ID,群聊和聊天室分别为群组 ID 和聊天室 ID。
  321. to: this.to,
  322. ext: {
  323. shopname:this.user_other.merchant_name,
  324. image:this.user_other.image
  325. },
  326. };
  327. // 创建一条图片消息。
  328. let msg = new WebIM.message.create(option);
  329. // 调用 `send` 方法发送该图片消息。
  330. conn.send(msg).then((res) => {
  331. console.log('发送图片成功');
  332. setTimeout(() => {
  333. this.$emit('success', true)
  334. }, 800)
  335. });
  336. },
  337. select(item) {
  338. this.text = item.content
  339. },
  340. tolist() {
  341. uni.navigateTo({
  342. url: "/pagesC/changyong-list"
  343. })
  344. },
  345. toadd() {
  346. uni.navigateTo({
  347. url: "/pagesC/changyong-add"
  348. })
  349. },
  350. changeemoji(item) {
  351. this.text = this.text + item
  352. },
  353. openemoji() {
  354. this.showtype = this.showtype == 3 ? 0 : 3
  355. this.height = this.showtype == 3 ? '400rpx' : '100rpx'
  356. },
  357. openmore() {
  358. this.showtype = this.showtype == 1 ? 0 : 1
  359. this.height = this.showtype == 1 ? '300rpx' : '100rpx'
  360. },
  361. openchangyong() {
  362. this.showtype = this.showtype == 2 ? 0 : 2
  363. this.height = this.showtype == 2 ? '600rpx' : '100rpx'
  364. this.isjianpan = true
  365. }
  366. }
  367. }
  368. </script>
  369. <style lang="scss">
  370. .send {
  371. font-size: 26rpx;
  372. color: #fff;
  373. padding: 16rpx 20rpx;
  374. background: #0C66C2;
  375. border-radius: 16rpx;
  376. }
  377. .chat-bottom {
  378. .chat-down-box {
  379. position: fixed;
  380. bottom: 0;
  381. left: 0;
  382. z-index: 99;
  383. width: 750rpx;
  384. background-color: #fff;
  385. .emoji-scroll {
  386. height: 300rpx;
  387. .empji-box {
  388. width: 750rpx;
  389. text {
  390. padding: 10rpx 0;
  391. text-align: center;
  392. width: 10%;
  393. font-size: 40rpx;
  394. }
  395. }
  396. }
  397. .changyong-box {
  398. height: 500rpx;
  399. width: 100%;
  400. .changyong-scroll {
  401. min-height: 1rpx;
  402. padding: 0 32rpx;
  403. width: 100%;
  404. box-sizing: border-box;
  405. border-top: 2rpx solid #F0F0F0;
  406. .changyong-text {
  407. border-bottom: 2rpx solid #F0F0F0;
  408. padding: 32rpx 0;
  409. font-size: 30rpx;
  410. font-family: PingFangSC-Regular, PingFang SC;
  411. font-weight: 400;
  412. color: #222222;
  413. }
  414. .changyong-text:last-child {
  415. border: none;
  416. }
  417. }
  418. .changyong-btn {
  419. height: 90rpx;
  420. width: 100%;
  421. box-shadow: 0rpx -1rpx 0rpx 0rpx rgba(0, 0, 0, 0.2);
  422. .text2 {
  423. height: 44rpx;
  424. border: 2rpx solid #E5E5E5;
  425. }
  426. .text1 {
  427. line-height: 90rpx;
  428. width: 45%;
  429. text-align: center;
  430. font-size: 32rpx;
  431. font-family: PingFangSC-Regular, PingFang SC;
  432. font-weight: 400;
  433. color: #0C66C2;
  434. }
  435. }
  436. }
  437. .more-box {
  438. height: 200rpx;
  439. padding: 0 60rpx;
  440. width: 100%;
  441. box-sizing: border-box;
  442. .more-item {
  443. margin: 0 58rpx 0 0;
  444. .item-text {
  445. font-size: 22rpx;
  446. font-family: PingFangSC-Regular, PingFang SC;
  447. font-weight: 400;
  448. color: #444444;
  449. }
  450. .item-img {
  451. width: 114rpx;
  452. height: 114rpx;
  453. background: #F3F3F3;
  454. border-radius: 20rpx;
  455. margin-bottom: 24rpx;
  456. .hide {
  457. position: absolute;
  458. top: 0;
  459. right: 0;
  460. min-width: 100%;
  461. min-height: 100%;
  462. filter: alpha(opacity=0);
  463. opacity: 0;
  464. cursor: inherit;
  465. display: none;
  466. }
  467. image {
  468. width: 52rpx;
  469. height: 52rpx;
  470. }
  471. }
  472. }
  473. }
  474. .chat-down-btn {
  475. margin: 12rpx auto;
  476. width: 686rpx;
  477. height: 84rpx;
  478. background: #F3F3F3;
  479. border-radius: 42rpx;
  480. padding: 0 28rpx;
  481. .input {
  482. flex: 1;
  483. margin-left: 28rpx;
  484. font-size: 28rpx;
  485. }
  486. .img1 {
  487. width: 44rpx;
  488. height: 44rpx;
  489. margin: 0 28rpx;
  490. }
  491. .img2 {
  492. width: 44rpx;
  493. height: 44rpx;
  494. }
  495. .changyong {
  496. width: 44rpx;
  497. height: 44rpx;
  498. line-height: 44rpx;
  499. border: 3rpx solid #131415;
  500. text-align: center;
  501. border-radius: 100rpx;
  502. font-size: 26rpx;
  503. font-family: PingFangSC-Medium, PingFang SC;
  504. font-weight: 500;
  505. color: #131415;
  506. }
  507. }
  508. }
  509. .record-box {
  510. width: 100%;
  511. position: relative;
  512. }
  513. .luyin button::after {
  514. border: none;
  515. }
  516. .luyin button {
  517. font-size: 14px;
  518. line-height: 38px;
  519. width: 100%;
  520. height: 38px;
  521. border-radius: 8px;
  522. text-align: center;
  523. background: #f3f3f3;
  524. }
  525. .luyin button image {
  526. width: 16px;
  527. height: 16px;
  528. margin-right: 4px;
  529. vertical-align: middle;
  530. }
  531. .record-btn-2 {
  532. background: rgba(255, 211, 0, 0.2);
  533. }
  534. /* 提示小弹窗 */
  535. .prompt-layer {
  536. border-radius: 8px;
  537. background: #fff;
  538. padding: 8px 16px;
  539. box-sizing: border-box;
  540. position: absolute;
  541. left: 50%;
  542. transform: translateX(-50%);
  543. }
  544. .prompt-layer::after {
  545. content: '';
  546. display: block;
  547. border: 6px solid rgba(0, 0, 0, 0);
  548. border-top-color: rgba(255, 211, 0, 1);
  549. position: absolute;
  550. bottom: -10px;
  551. left: 50%;
  552. transform: translateX(-50%);
  553. }
  554. .prompt-layer-1 {
  555. font-size: 12px;
  556. width: 128px;
  557. text-align: center;
  558. display: flex;
  559. flex-direction: column;
  560. align-items: center;
  561. justify-content: center;
  562. top: -80px;
  563. }
  564. .prompt-layer-1 .p {
  565. color: #000000;
  566. }
  567. .prompt-layer-1 .span {
  568. color: rgba(0, 0, 0, .6);
  569. }
  570. .prompt-loader .em {}
  571. /* 语音音阶------------- */
  572. .prompt-loader {
  573. width: 96px;
  574. height: 20px;
  575. display: flex;
  576. align-items: center;
  577. justify-content: space-between;
  578. margin-bottom: 6px;
  579. }
  580. .prompt-loader .em {
  581. display: block;
  582. background: #333333;
  583. width: 1px;
  584. height: 10%;
  585. margin-right: 2.5px;
  586. float: left;
  587. }
  588. .prompt-loader .em:last-child {
  589. margin-right: 0px;
  590. }
  591. .prompt-loader .em:nth-child(1) {
  592. animation: load 2.5s 1.4s infinite linear;
  593. }
  594. .prompt-loader .em:nth-child(2) {
  595. animation: load 2.5s 1.2s infinite linear;
  596. }
  597. .prompt-loader .em:nth-child(3) {
  598. animation: load 2.5s 1s infinite linear;
  599. }
  600. .prompt-loader .em:nth-child(4) {
  601. animation: load 2.5s 0.8s infinite linear;
  602. }
  603. .prompt-loader .em:nth-child(5) {
  604. animation: load 2.5s 0.6s infinite linear;
  605. }
  606. .prompt-loader .em:nth-child(6) {
  607. animation: load 2.5s 0.4s infinite linear;
  608. }
  609. .prompt-loader .em:nth-child(7) {
  610. animation: load 2.5s 0.2s infinite linear;
  611. }
  612. .prompt-loader .em:nth-child(8) {
  613. animation: load 2.5s 0s infinite linear;
  614. }
  615. .prompt-loader .em:nth-child(9) {
  616. animation: load 2.5s 0.2s infinite linear;
  617. }
  618. .prompt-loader .em:nth-child(10) {
  619. animation: load 2.5s 0.4s infinite linear;
  620. }
  621. .prompt-loader .em:nth-child(11) {
  622. animation: load 2.5s 0.6s infinite linear;
  623. }
  624. .prompt-loader .em:nth-child(12) {
  625. animation: load 2.5s 0.8s infinite linear;
  626. }
  627. .prompt-loader .em:nth-child(13) {
  628. animation: load 2.5s 1s infinite linear;
  629. }
  630. .prompt-loader .em:nth-child(14) {
  631. animation: load 2.5s 1.2s infinite linear;
  632. }
  633. .prompt-loader .em:nth-child(15) {
  634. animation: load 2.5s 1.4s infinite linear;
  635. }
  636. @keyframes load {
  637. 0% {
  638. height: 10%;
  639. }
  640. 50% {
  641. height: 100%;
  642. }
  643. 100% {
  644. height: 10%;
  645. }
  646. }
  647. /* 语音音阶-------------------- */
  648. .prompt-layer-2 {
  649. top: -40px;
  650. }
  651. .prompt-layer-2 .text {
  652. color: rgba(0, 0, 0, 1);
  653. font-size: 12px;
  654. }
  655. }
  656. </style>