需要添加客服,二维码,扫码功能

This commit is contained in:
bobobobo
2026-01-14 23:38:29 +08:00
parent db1b797b68
commit 220b12e945
21 changed files with 721 additions and 182 deletions

View File

@@ -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

View File

@@ -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(() => {

View File

@@ -8,7 +8,7 @@
:title="
currentContactKey
? contactInfoTitle
: TUITranslateService.t('TUIChat.腾讯云 IM')
: '通讯录'
"
>
<template #left>