需要添加客服,二维码,扫码功能
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
v-if="typeof contactInfoData === 'object' && Object.keys(contactInfoData).length"
|
||||
:class="['tui-contact-info', !isPC && 'tui-contact-info-h5']"
|
||||
>
|
||||
<Navigation :title="contactInfoTitle || TUITranslateService.t('TUIChat.腾讯云 IM')">
|
||||
<Navigation>
|
||||
<template #left>
|
||||
<div @click="resetContactSearchingUIData">
|
||||
<Icon
|
||||
|
||||
@@ -52,19 +52,7 @@
|
||||
friend.remark || friend.profile?.nick || friend.userID || ''
|
||||
)
|
||||
|
||||
console.log(groupedList, '====222==')
|
||||
friendListData.value.map = {
|
||||
A: [
|
||||
{
|
||||
profile: {
|
||||
nick: '测试第三方',
|
||||
avatar:
|
||||
'https://jckj-1309258891.cos.ap-chengdu.myqcloud.com/common/19101767159307246_.png'
|
||||
}
|
||||
}
|
||||
],
|
||||
...groupedList
|
||||
}
|
||||
friendListData.value.map = groupedList
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
:title="
|
||||
currentContactKey
|
||||
? contactInfoTitle
|
||||
: TUITranslateService.t('TUIChat.腾讯云 IM')
|
||||
: '通讯录'
|
||||
"
|
||||
>
|
||||
<template #left>
|
||||
|
||||
Reference in New Issue
Block a user