删除无用文件
This commit is contained in:
@@ -66,9 +66,19 @@
|
||||
<!-- 红包 -->
|
||||
<RedEnvelope @onDialogPopupShowOrHide="handleSwiperDotShow" />
|
||||
<!-- 语音通话 -->
|
||||
<CallView @onDialogPopupShowOrHide="handleSwiperDotShow" />
|
||||
<CallView
|
||||
v-if="
|
||||
currentConversation?.type !== TUIChatEngine.TYPES.CONV_GROUP
|
||||
"
|
||||
:currentConversation
|
||||
@onDialogPopupShowOrHide="handleSwiperDotShow"
|
||||
/>
|
||||
<!-- 视频通话 -->
|
||||
<CallView
|
||||
v-if="
|
||||
currentConversation?.type !== TUIChatEngine.TYPES.CONV_GROUP
|
||||
"
|
||||
:currentConversation
|
||||
type="1"
|
||||
@onDialogPopupShowOrHide="handleSwiperDotShow"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user