123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650 |
- <template>
- <view class="chat-pages">
- <u-navbar :title="i18n.customerService" :safeAreaInsetTop="true" :placeholder='true' :fixed='true'>
- <view class="u-nav-slot u-flex" slot="left">
- <u-icon @click="return1" name="arrow-left" size="19"></u-icon>
- <image src="../static/images/phone.png" style="width: 40rpx;height: 40rpx;margin-left: 44rpx;" mode="">
- </image>
- </view>
- </u-navbar>
- <view class="" style="height: 60rpx;"></view>
- <scroll-view scroll-y="true" :scroll-into-view="scrollIntoViewId" style="height: calc(100vh - 160rpx);overflow: hidden;">
- <view :id="'msg'+ item.ext.id" class="chat-item" v-for="(item,index) in list" :key="index">
- <view class="chat-time">
- {{renderTime(item.time)}}
- </view>
- <view class="chat-item-box u-flex u-col-top acenter" v-if="item.from == user_other_no">
- <!-- <image :src="user_other.avatar" class="user-img" mode=""></image> -->
- <image src="/pageA/static/images/kefu.png" style="width: 88rpx;height: 88rpx;" mode=""></image>
- <view style="max-width: 80%;" class="" v-if="item.type == 'txt' && !item.ext.type">
- <view class="chat-text" :style="{background:item.from == user_no ? '#D3E5FB' : '#fff'}">
- {{item.msg}}
- </view>
- </view>
- <view class="" v-if="item.type=='img'" style="margin: 0 20rpx;">
- <img :src="item.url" alt="" style="width: 200rpx;height: 200rpx;" />
- </view>
- <view style="max-width: 80%;" v-if="item.type == 'audio'">
- <view class="chat-text u-flex acenter jend" style="background: #D3E5FB;max-width: 550rpx;"
- @click="playaudio(item.url)">
- <image src="../static/images/yuyin-left.png" mode="" style="width: 20rpx;height: 20rpx;">
- </image>
- <text :style="'padding-left: ' + item.length * 10 + 'rpx'">{{item.length}}</text>
- </view>
- </view>
- <view class="chat-header" v-if="item.type == 'txt' && item.ext.type == 'shopinfo'"
- :style="{top:(statusheight + 58) + 'px'}" @click="toinfo(item,'shopinfo')">
- <view class="u-flex ">
- <image :src="item.ext.order.image" style="width: 152rpx;height: 152rpx;" mode=""></image>
- <view class="u-flex-column u-row-between" style="margin-left: 20rpx;height: 152rpx;">
- <view class="chattitle">{{item.ext.order.name}}</view>
- <text
- class="catmoney">¥{{item.ext.order.discount_price || item.ext.order.discount_price}}</text>
- </view>
- </view>
- <view class="" style="border: 2rpx solid #979797;opacity: 0.1;margin: 24rpx 0;"></view>
- <view class="chatfu">{{item.ext.order.fu}}</view>
- </view>
- <view class="chat-header" v-if="item.type == 'txt' && item.ext.type == 'orderinfo'"
- :style="{top:(statusheight + 58) + 'px'}" @click="toDetail(item.ext.order.info.order.id)">
- <!-- <view v-for="(item,idx) in orderList" :key="idx"> -->
- <view class="chatfu"
- style="height: 50rpx;display: flex;justify-content: space-between;align-items: center;">
- <view class="">订单编号:{{item.ext.order.info.order.order_no}}</view>
- </view>
- <view class="u-flex " v-for="(child,index) in item.ext.order.info.order_goods" :key="index"
- style="margin-top: 10rpx;">
- <image :src="child.goods_image" style="width: 152rpx;height: 152rpx;" mode="">
- </image>
- <view class="u-flex-column u-row-between" style="margin-left: 20rpx;height: 152rpx;">
- <view class="chattitle">{{child.goods_name}}</view>
- <text class="catmoney">¥{{child.amount}}</text>
- </view>
- </view>
- </view>
- </view>
- <view class="chat-item-box u-flex u-col-top jend" v-if="item.from == user_no">
- <view style="max-width: 80%;" class="" v-if="item.type == 'txt' && !item.ext.type">
- <view class="chat-text" :style="{background:item.from == user_no ? '#D3E5FB' : '#fff'}">
- {{item.msg}}
- </view>
- </view>
- <view class="chat-header" v-if="item.type == 'txt' && item.ext.type == 'shopinfo'"
- :style="{top:(statusheight + 58) + 'px'}" @click="toinfo(item,'shopinfo')">
- <view class="u-flex ">
- <image :src="item.ext.order.image" style="width: 152rpx;height: 152rpx;" mode=""></image>
- <view class="u-flex-column u-row-between" style="margin-left: 20rpx;height: 152rpx;">
- <view class="chattitle">{{item.ext.order.name}}</view>
- <text
- class="catmoney">¥{{item.ext.order.discount_price || item.ext.order.discount_price}}</text>
- </view>
- </view>
- <view class="" style="border: 2rpx solid #979797;opacity: 0.1;margin: 24rpx 0;"></view>
- <view class="chatfu">{{item.ext.order.fu}}</view>
- </view>
- <view class="chat-header" v-if="item.type == 'txt' && item.ext.type == 'orderinfo'"
- :style="{top:(statusheight + 58) + 'px'}" @click="toDetail(item.ext.order.info.order.id)">
- <!-- <view v-for="(item,idx) in orderList" :key="idx"> -->
- <view class="chatfu"
- style="height: 50rpx;display: flex;justify-content: space-between;align-items: center;">
- <view class="">订单编号:{{item.ext.order.info.order.order_no}}</view>
- </view>
- <view class="u-flex " v-for="(child,index) in item.ext.order.info.order_goods" :key="index"
- style="margin-top: 10rpx;">
- <image :src="child.goods_image" style="width: 152rpx;height: 152rpx;" mode="">
- </image>
- <view class="u-flex-column u-row-between" style="margin-left: 20rpx;height: 152rpx;">
- <view class="chattitle">{{child.goods_name}}</view>
- <text class="catmoney">¥{{child.amount}}</text>
- </view>
- </view>
- </view>
- <image v-if="item.from == user_no" :src="user.avatar" class="user-img" mode=""></image>
- </view>
- </view>
- <view class="" style="height: 55rpx;"></view>
- <kj-chat :user='user' :to="user_other_no" :list="changyong_list" :user_other='user_other'
- @success="getdatab()"></kj-chat>
- <!-- <kj-chat></kj-chat> -->
- </scroll-view>
- </view>
- </template>
- <script>
- import vueBus from '@/utils/vueBus.js'
- import WebIM from '@/newSDK/Easemob-chat-4.1.7.js'
- import {
- conn
- } from '@/utils/WebIM';
- import {
- renderTime
- } from '@/utils/index'
- const innerAudioContext = uni.createInnerAudioContext()
- export default {
- data() {
- return {
- user_other_no: '13523652365',
- user_no: '',
- user: {},
- user_other: {},
- pageSize: 20,
- loadText: '',
- list: [],
- renderTime,
- playStatus: 0, //录音播放状态 0:未播放 1:正在播放
- statusheight: '',
- currentMessageId: '',
- scrollIntoViewId: '',
- scrollId: '',
- cursor: ''
- }
- },
- onLoad(options) {
- this.user = uni.getStorageSync('user_info')
- console.log('options', options);
- if (options.user_other) {
- this.user_other = JSON.parse(decodeURIComponent(options.user_other))
- }
- // this.statusheight = uni.getSystemInfoSync().statusBarHeight,
- // this.user_other = options.user_other, //用户信息
- if (uni.getStorageSync('user_no')) {
- this.user_no = uni.getStorageSync('user_no')
- } else {}
- vueBus.$on('message', this.getdata)
- if (options.id) {
- this.scrollId = options.id
- }
- },
- onShow() {
- this.getdata()
- },
- computed: {
- i18n() {
- return this.$t('index')
- }
- },
- methods: {
- getdatab() {
- this.cursor = ''
- this.getdata()
- },
- scroll(id) {
- // this.$nextTick(() => {
- this.scrollIntoViewId = 'msg' + id;
- console.log(this.scrollIntoViewId);
- // })
- },
- //跳转订单详情
- toDetail(id) {
- uni.navigateTo({
- url: `/pageC/orderFormDetail/orderFormDetail?orderId=${id}`,
- });
- },
- callphone() {
- uni.$u.http.get('/api/config', {
- params: {
- module: 'basic'
- }
- }).then((res) => {
- console.log(res);
- uni.makePhoneCall({
- phoneNumber: res.service_mobile
- })
- }).catch(() => {})
- },
- previewimg(url) {
- let urls = []
- urls.push(url)
- uni.previewImage({
- urls: urls,
- longPressActions: {
- itemList: ['发送给朋友', '保存图片', '收藏'],
- success: function(data) {
- console.log('选中了第' + (data.tapIndex + 1) + '个按钮,第' + (data.index + 1) + '张图片');
- },
- fail: function(err) {
- console.log(err.errMsg);
- }
- }
- });
- },
- playaudio(url) {
- let _this = this
- innerAudioContext.src = url
- console.log(url);
- var music = wx.setInnerAudioOption({
- obeyMuteSwitch: false,
- success: function(res) {
- console.log("开启静音模式下播放音乐的功能");
- },
- fail: function(err) {
- console.log(err);
- console.log("静音设置失败");
- },
- });
- console.log(this.playStatus);
- if (this.playStatus == 0) {
- innerAudioContext.play()
- innerAudioContext.onPlay(() => {
- console.log('开始播放');
- _this.playStatus = 1
- });
- } else {
- innerAudioContext.pause()
- innerAudioContext.onPause(() => {
- console.log('暂停播放');
- _this.playStatus = 0
- });
- }
- innerAudioContext.onError((res) => {
- console.log('onError', res.errMsg);
- console.log('onError', res.errCode);
- });
- innerAudioContext.onEnded((res) => {
- _this.playStatus = 0
- })
- },
- return1() {
- uni.navigateBack()
- },
- getuser() {
- let that = this
- getEmchatUsersData({
- user_no: this.user_no + ',' + this.user_other_no,
- }).then((res) => {
- if (res.code == 1) {
- this.user = res.data[0]
- this.user_other = res.data[1]
- } else {
- that.$u.toast(res.msg)
- }
- })
- },
- getdata() {
- let option2 = {
- chatType: "singleChat", // 会话类型,设置为单聊。
- type: "txt", // 消息类型。
- to: this.user_other_no, // 接收消息对象的用户 ID。
- };
- let msg2 = new WebIM.message.create(option2);
- // conn.send(msg2);
- let options = {
- // 对方的用户 ID 或者群组 ID 或聊天室 ID。
- targetId: this.user_other_no,
- // 每页期望获取的消息条数。取值范围为 [1,50],默认值为 20。
- pageSize: 50,
- // 查询的起始消息 ID。若该参数设置为 `-1`、`null` 或空字符串,从最新消息开始。
- cursor: this.cursor,
- // 会话类型:(默认) `singleChat`:单聊;`groupChat`:群聊。
- chatType: "singleChat",
- // 消息搜索方向:(默认)`up`:按服务器收到消息的时间的逆序获取;`down`:按服务器收到消息的时间的正序获取。
- searchDirection: "up",
- };
- conn.getHistoryMessages(options).then((res) => {
- console.log(1111111111);
- // 成功获取历史消息。
- if (res.isLast) {
- this.loadText = this.i18n.Nofurtherdata;
- }
- // if (this.cursor == '') {
- this.list = res.messages.reverse()
- // } else {
- // this.list = this.list.concat(res.messages.reverse())
- // }
- if (this.scrollId != '') {
- this.list.forEach((item) => {
- if (item.ext.id == this.scrollId) {
- this.scrollIntoViewId = 'msg' + this.scrollId
- } else {
- }
- })
- if (this.scrollIntoViewId == '') {
- this.getdata()
- }
- }
- this.cursor = res.cursor
- if (this.scrollId == '') {
- setTimeout(() => {
- this.scrollIntoViewId = 'msg' + this.list.slice(-1)[0].ext.id
- },800)
- }
- console.log(this.list);
- })
- .catch((e) => {
- // 获取失败。
- console.log('失败', e);
- });
- },
- toinfo(item, type) {
- if (type == 'pos' && item.ext.order.item_url) {
- uni.navigateTo({
- url: "/pagesB/details?id=" + item.ext.order.item_url
- })
- } else if (type == 'cand') {
- uni.navigateTo({
- url: "/pagesC/rencai-info?id=" + item.ext.order.item_url
- })
- } else if (type == 'order') {
- uni.navigateTo({
- url: "/pagesD/order-detail?id=" + item.ext.order.item_url
- })
- }
- }
- }
- }
- </script>
- <style lang="scss">
- .chatfu {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 20rpx;
- color: #555555;
- line-height: 28rpx;
- text-align: left;
- font-style: normal;
- }
- .chattitle {
- width: 314rpx;
- height: 72rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 26rpx;
- color: #222222;
- line-height: 36rpx;
- text-align: left;
- font-style: normal;
- overflow: hidden;
- text-overflow: ellipsis;
- word-break: break-all;
- -webkit-line-clamp: 2;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- // white-space: pre-wrap;
- }
- .catmoney {
- width: 104rpx;
- height: 46rpx;
- font-family: HarmonyOS_Sans_Medium;
- font-size: 26rpx;
- color: #F83224;
- line-height: 36rpx;
- text-align: left;
- font-style: normal;
- font-weight: 600;
- }
- .title {
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 36rpx;
- color: #222222;
- line-height: 50rpx;
- text-align: left;
- font-style: normal;
- }
- .jend {
- justify-content: flex-end;
- }
- .chat-pages {
- .chat-header1 {
- width: 702rpx;
- background: #FFFFFF;
- border-radius: 16rpx;
- position: sticky;
- left: 24rpx;
- // z-index: 20;
- margin: 10px auto;
- padding: 0 20rpx;
- .goutong-time1 {
- line-height: 80rpx;
- font-size: 24rpx;
- font-family: SFPro-Regular, SFPro;
- font-weight: 400;
- color: #777777;
- border-top: 2rpx solid #F0F0F0;
- }
- .zhiwei-text {
- font-size: 26rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #555555;
- padding-bottom: 20rpx;
- border-bottom: 2rpx solid #F0F0F0;
- }
- .zhiwei-title {
- font-size: 26rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #555555;
- margin-bottom: 20rpx;
- }
- .chat-label1 {
- padding: 8rpx 0 10rpx 0;
- text {
- margin-right: 10rpx;
- margin-bottom: 10rpx;
- line-height: 40rpx;
- background: #F3F3F3;
- border-radius: 4rpx;
- padding: 0 12rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #555555;
- }
- }
- .jingli1-box {
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #555555;
- margin-bottom: 20rpx;
- }
- .header1-top {
- padding: 24rpx 0 20rpx 0;
- text:frist-child {
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #222222;
- }
- text:last-child {
- font-size: 32rpx;
- font-family: DINAlternate-Bold, DINAlternate;
- font-weight: bold;
- color: #0C66C2;
- }
- }
- }
- .chat-item {
- padding: 0 24rpx;
- margin-bottom: 20rpx;
- .chat-item-box {
- .chat-text {
- border-radius: 20rpx;
- background-color: #fff;
- max-width: 100%;
- margin: 0 20rpx;
- font-size: 30rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #141414;
- padding: 20rpx 24rpx;
- }
- .user-img {
- width: 92rpx;
- height: 92rpx;
- border-radius: 100rpx;
- }
- }
- .chat-time {
- text-align: center;
- margin-bottom: 30rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #777777;
- }
- }
- .chat-header {
- width: 540rpx;
- // height: 264rpx;
- background: #FFFFFF;
- border-radius: 16rpx;
- position: sticky;
- left: 24rpx;
- z-index: 10;
- margin: 10px auto;
- padding: 20rpx;
- .goutong-time {
- line-height: 80rpx;
- font-size: 24rpx;
- font-family: SFPro-Regular, SFPro;
- font-weight: 400;
- color: #777777;
- border-top: 2rpx solid #F0F0F0;
- }
- .chat-label {
- padding: 8rpx 0 10rpx 0;
- text {
- margin-right: 10rpx;
- margin-bottom: 10rpx;
- line-height: 40rpx;
- background: #F3F3F3;
- border-radius: 4rpx;
- padding: 0 12rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #555555;
- }
- }
- .jingli-box {
- margin-bottom: 12rpx;
- .img {
- width: 28rpx;
- height: 28rpx;
- }
- .text1 {
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #222222;
- margin: 0 12rpx;
- flex: 1;
- }
- .text2 {
- font-size: 22rpx;
- font-family: SFPro-Regular, SFPro;
- font-weight: 400;
- color: #888888;
- }
- }
- .header-top {
- height: 150rpx;
- .header-right {
- width: 96rpx;
- height: 96rpx;
- position: relative;
- .sex {
- position: absolute;
- bottom: 0;
- right: 4rpx;
- width: 20rpx;
- height: 20rpx;
- }
- .right-img {
- width: 96rpx;
- height: 96rpx;
- border-radius: 100rpx;
- }
- }
- .header-left {
- .text3 {
- font-size: 26rpx;
- font-family: SFPro-Regular, SFPro;
- font-weight: 400;
- color: #666666;
- margin-top: 10rpx;
- }
- .text1 {
- font-size: 36rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #222222;
- margin-right: 28rpx;
- }
- .text2 {
- font-size: 26rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #222222;
- }
- }
- }
- }
- .chat-navbar {
- flex: 1;
- // padding-left: 100rpx;
- text:first-child {
- font-size: 36rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #141414;
- }
- text:last-child {
- font-size: 22rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #777777;
- }
- }
- }
- page {
- background-color: #F3F3F3;
- }
- </style>
|