群UI需要调整

This commit is contained in:
cbb
2026-01-23 16:55:42 +08:00
parent 99396e9966
commit c508b1fcb4
21 changed files with 1069 additions and 211 deletions

View File

@@ -64,6 +64,7 @@
import addCircle from '../../assets/icon/add-friend.svg'
import backSVG from '../../assets/icon/back.svg'
import { CONTACT_INFO_TITLE } from '../../constant'
import { navigateTo } from '../../../utils/router'
const emits = defineEmits(['switchConversation'])
@@ -97,11 +98,12 @@
}
const openContactSearch = () => {
TUIStore.update(
StoreName.CUSTOM,
'currentContactSearchingStatus',
true
)
navigateTo('/pages/adduser/index')
// TUIStore.update(
// StoreName.CUSTOM,
// 'currentContactSearchingStatus',
// true
// )
}
const resetContactType = () => {