This commit is contained in:
pengxiaolong
2025-05-14 16:09:14 +08:00
parent 5f8ff971d4
commit 838cfd9986
45 changed files with 437 additions and 270 deletions

View File

@@ -1 +1 @@
<view class="chat data-v-04dfedea"><view class="{{['data-v-04dfedea', 'tui-chat', O]}}"><view wx:if="{{a}}" class="{{['data-v-04dfedea', 'tui-chat-default', b]}}"><slot/></view><view wx:if="{{c}}" class="{{['data-v-04dfedea', 'tui-chat', K]}}"><chat-header wx:if="{{h}}" class="{{['data-v-04dfedea', 'tui-chat-header', d, e]}}" bindcloseChat="{{f}}" bindopenGroupManagement="{{g}}" u-i="04dfedea-0" bind:__l="__l" u-p="{{h}}"/><forward class="data-v-04dfedea" bindtoggleMultipleSelectMode="{{i}}" u-i="04dfedea-1" bind:__l="__l"/><message-list wx:if="{{o}}" u-r="messageListRef" class="{{['r', 'data-v-04dfedea', 'tui-chat-message-list', k]}}" bindhandleEditor="{{l}}" bindcloseInputToolBar="{{m}}" bindtoggleMultipleSelectMode="{{n}}" u-i="04dfedea-2" bind:__l="__l" u-p="{{o}}"/><view wx:if="{{p}}" class="{{['data-v-04dfedea', 'tui-chat-leave-group', r && 'tui-chat-leave-group-mobile']}}">{{q}}</view><multiple-select-panel wx:elif="{{s}}" class="data-v-04dfedea" bindoneByOneForwardMessage="{{t}}" bindmergeForwardMessage="{{v}}" bindtoggleMultipleSelectMode="{{w}}" u-i="04dfedea-3" bind:__l="__l"/><block wx:else><message-input-toolbar wx:if="{{x}}" class="{{['data-v-04dfedea', 'tui-chat-message-input-toolbar', y, z]}}" bindinsertEmoji="{{A}}" bindchangeToolbarDisplayType="{{B}}" bindscrollToLatestMessage="{{C}}" u-i="04dfedea-4" bind:__l="__l" u-p="{{D}}"/><message-input wx:if="{{J}}" u-r="messageInputRef" class="{{['r', 'data-v-04dfedea', 'tui-chat-message-input', F, G, H]}}" bindchangeToolbarDisplayType="{{I}}" u-i="04dfedea-5" bind:__l="__l" u-p="{{J}}"/></block></view><view wx:if="{{L}}" class="group-profile data-v-04dfedea" bindtap="{{N}}">{{M}}</view></view></view>
<view class="Navigation data-v-04dfedea"><image src="{{a}}" mode="scaleToFill" class="Navigationimg data-v-04dfedea"/><image bindtap="{{b}}" src="{{c}}" mode="scaleToFill" class="Return data-v-04dfedea"/></view><view class="dingweizhibox data-v-04dfedea"></view><view class="chat data-v-04dfedea"><view class="{{['data-v-04dfedea', 'tui-chat', R]}}"><view wx:if="{{d}}" class="{{['data-v-04dfedea', 'tui-chat-default', e]}}"><slot/></view><view wx:if="{{f}}" class="{{['data-v-04dfedea', 'tui-chat', N]}}"><chat-header wx:if="{{k}}" class="{{['data-v-04dfedea', 'tui-chat-header', g, h]}}" bindcloseChat="{{i}}" bindopenGroupManagement="{{j}}" u-i="04dfedea-0" bind:__l="__l" u-p="{{k}}"/><forward class="data-v-04dfedea" bindtoggleMultipleSelectMode="{{l}}" u-i="04dfedea-1" bind:__l="__l"/><message-list wx:if="{{r}}" u-r="messageListRef" class="{{['r', 'data-v-04dfedea', 'tui-chat-message-list', n]}}" bindhandleEditor="{{o}}" bindcloseInputToolBar="{{p}}" bindtoggleMultipleSelectMode="{{q}}" u-i="04dfedea-2" bind:__l="__l" u-p="{{r}}"/><view wx:if="{{s}}" class="{{['data-v-04dfedea', 'tui-chat-leave-group', v && 'tui-chat-leave-group-mobile']}}">{{t}}</view><multiple-select-panel wx:elif="{{w}}" class="data-v-04dfedea" bindoneByOneForwardMessage="{{x}}" bindmergeForwardMessage="{{y}}" bindtoggleMultipleSelectMode="{{z}}" u-i="04dfedea-3" bind:__l="__l"/><block wx:else><message-input-toolbar wx:if="{{A}}" class="{{['data-v-04dfedea', 'tui-chat-message-input-toolbar', B, C]}}" bindinsertEmoji="{{D}}" bindchangeToolbarDisplayType="{{E}}" bindscrollToLatestMessage="{{F}}" u-i="04dfedea-4" bind:__l="__l" u-p="{{G}}"/><message-input wx:if="{{M}}" u-r="messageInputRef" class="{{['r', 'data-v-04dfedea', 'tui-chat-message-input', I, J, K]}}" bindchangeToolbarDisplayType="{{L}}" u-i="04dfedea-5" bind:__l="__l" u-p="{{M}}"/></block></view><view wx:if="{{O}}" class="group-profile data-v-04dfedea" bindtap="{{Q}}">{{P}}</view></view></view>

View File

@@ -1,3 +1,34 @@
.Navigation {
width: 100%;
height: 100rpx;
z-index: 999;
}
.Navigationimg {
width: 100%;
height: 200rpx;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.Navigation {
width: 100%;
height: 200rpx;
z-index: 999;
display: flex;
justify-content: center;
align-items: center;
}
/* .Return {
width: 50rpx;
height: 50rpx;
position: absolute;
top: 100rpx;
left: 40rpx;
z-index: 999;
} */
/**
* 这里是uni-app内置的常用样式变量
*
@@ -119,7 +150,6 @@ input.data-v-40b33296:focus, input.data-v-40b33296:active, textarea.data-v-40b33
z-index: 3;
padding: 7px 9px;
border-bottom: none;
background-color: #fff;
box-shadow: 0 3px 7px 0 #0003;
flex-direction: column;
}
@@ -135,7 +165,6 @@ input.data-v-40b33296:focus, input.data-v-40b33296:active, textarea.data-v-40b33
width: 15px;
height: 15px;
border-radius: 15px;
background: red;
color: #fff;
font-style: normal;
}
@@ -168,9 +197,6 @@ input.data-v-40b33296:focus, input.data-v-40b33296:active, textarea.data-v-40b33
transform: rotate(90deg);
width: 0.5px;
}
.tui-conversation.data-v-40b33296 {
background: #fff;
}
.network-content.data-v-40b33296 {
font-family: PingFangSC-Regular;
font-weight: 400;
@@ -561,7 +587,7 @@ input.data-v-04dfedea:focus, input.data-v-04dfedea:active, textarea.data-v-04dfe
}
.chat.data-v-04dfedea {
display: block;
height: 100%;
height: 85%;
overflow: hidden;
}
.tui-chat-h5-message-list.data-v-04dfedea {
@@ -612,4 +638,44 @@ input.data-v-04dfedea:focus, input.data-v-04dfedea:active, textarea.data-v-04dfe
flex-direction: column;
box-sizing: border-box;
min-width: 0;
}
}
.dingweizhibox{
width: 100%;
height: 15%;
}
.Navigation {
width: 100%;
height: 10%;
position: fixed;
top: 0;
left: 0;
z-index: 999;
display: flex;
justify-content: center;
align-items: center;
}
.Navigationimg {
width: 100%;
height: 200rpx;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.Navigation {
width: 100%;
height: 200rpx;
z-index: 999;
display: flex;
justify-content: center;
align-items: center;
}
.Return {
width: 50rpx;
height: 50rpx;
position: absolute;
top: 100rpx;
left: 40rpx;
z-index: 999;
}

View File

@@ -119,7 +119,6 @@ input.data-v-c7a8f8e3:focus, input.data-v-c7a8f8e3:active, textarea.data-v-c7a8f
z-index: 3;
padding: 7px 9px;
border-bottom: none;
background-color: #fff;
box-shadow: 0 3px 7px 0 #0003;
flex-direction: column;
}
@@ -135,7 +134,6 @@ input.data-v-c7a8f8e3:focus, input.data-v-c7a8f8e3:active, textarea.data-v-c7a8f
width: 15px;
height: 15px;
border-radius: 15px;
background: red;
color: #fff;
font-style: normal;
}
@@ -168,9 +166,6 @@ input.data-v-c7a8f8e3:focus, input.data-v-c7a8f8e3:active, textarea.data-v-c7a8f
transform: rotate(90deg);
width: 0.5px;
}
.tui-conversation.data-v-c7a8f8e3 {
background: #fff;
}
.network-content.data-v-c7a8f8e3 {
font-family: PingFangSC-Regular;
font-weight: 400;

View File

@@ -119,7 +119,6 @@ input.data-v-36a06860:focus, input.data-v-36a06860:active, textarea.data-v-36a06
z-index: 3;
padding: 7px 9px;
border-bottom: none;
background-color: #fff;
box-shadow: 0 3px 7px 0 #0003;
flex-direction: column;
}
@@ -135,7 +134,6 @@ input.data-v-36a06860:focus, input.data-v-36a06860:active, textarea.data-v-36a06
width: 15px;
height: 15px;
border-radius: 15px;
background: red;
color: #fff;
font-style: normal;
}
@@ -168,9 +166,6 @@ input.data-v-36a06860:focus, input.data-v-36a06860:active, textarea.data-v-36a06
transform: rotate(90deg);
width: 0.5px;
}
.tui-conversation.data-v-36a06860 {
background: #fff;
}
.network-content.data-v-36a06860 {
font-family: PingFangSC-Regular;
font-weight: 400;

View File

@@ -4,6 +4,7 @@
"t-u-i-search": "../TUISearch/index",
"conversation-list": "./conversation-list/index",
"conversation-header": "./conversation-header/index",
"conversation-network": "./conversation-network/index"
"conversation-network": "./conversation-network/index",
"tab-bar": "../../../components/tabBar/tabBar"
}
}

View File

@@ -1 +1 @@
<view class="tui-conversation data-v-40b33296" bindtap="{{g}}" bindtouchstart="{{h}}" bindtouchend="{{i}}"><t-u-i-search wx:if="{{a}}" class="data-v-40b33296" u-i="40b33296-0" bind:__l="__l" u-p="{{a}}"/><conversation-header wx:if="{{b}}" class="r data-v-40b33296" u-r="headerRef" u-i="40b33296-1" bind:__l="__l"/><conversation-network class="data-v-40b33296" u-i="40b33296-2" bind:__l="__l"/><conversation-list u-r="conversationListDomRef" class="tui-conversation-list r data-v-40b33296" bindhandleSwitchConversation="{{e}}" bindgetPassingRef="{{f}}" u-i="40b33296-3" bind:__l="__l"/></view>
<view class="Navigation data-v-40b33296"><image src="{{a}}" mode="scaleToFill" class="Navigationimg data-v-40b33296"/></view><view class="tui-conversation data-v-40b33296" bindtap="{{h}}" bindtouchstart="{{i}}" bindtouchend="{{j}}"><t-u-i-search wx:if="{{b}}" class="data-v-40b33296" u-i="40b33296-0" bind:__l="__l" u-p="{{b}}"/><conversation-header wx:if="{{c}}" class="r data-v-40b33296" u-r="headerRef" u-i="40b33296-1" bind:__l="__l"/><conversation-network class="data-v-40b33296" u-i="40b33296-2" bind:__l="__l"/><conversation-list u-r="conversationListDomRef" class="tui-conversation-list r data-v-40b33296" bindhandleSwitchConversation="{{f}}" bindgetPassingRef="{{g}}" u-i="40b33296-3" bind:__l="__l"/></view><view class="data-v-40b33296"><tab-bar class="data-v-40b33296" u-i="40b33296-4" bind:__l="__l"></tab-bar></view>

View File

@@ -115,7 +115,7 @@ input.data-v-04dfedea:focus, input.data-v-04dfedea:active, textarea.data-v-04dfe
}
.chat.data-v-04dfedea {
display: block;
height: 100%;
height: 85%;
overflow: hidden;
}
.tui-chat-h5-message-list.data-v-04dfedea {
@@ -167,6 +167,47 @@ input.data-v-04dfedea:focus, input.data-v-04dfedea:active, textarea.data-v-04dfe
box-sizing: border-box;
min-width: 0;
}
.dingweizhibox{
width: 100%;
height: 15%;
}
.Navigation {
width: 100%;
height: 10%;
position: fixed;
top: 0;
left: 0;
z-index: 999;
display: flex;
justify-content: center;
align-items: center;
}
.Navigationimg {
width: 100%;
height: 200rpx;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.Navigation {
width: 100%;
height: 200rpx;
z-index: 999;
display: flex;
justify-content: center;
align-items: center;
}
.Return {
width: 50rpx;
height: 50rpx;
position: absolute;
top: 100rpx;
left: 40rpx;
z-index: 999;
}
/**
* 这里是uni-app内置的常用样式变量
*
@@ -434,6 +475,37 @@ input.data-v-32d81a7d:focus, input.data-v-32d81a7d:active, textarea.data-v-32d81
width: 100%;
height: 100%;
}
.Navigation {
width: 100%;
height: 100rpx;
z-index: 999;
}
.Navigationimg {
width: 100%;
height: 200rpx;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.Navigation {
width: 100%;
height: 200rpx;
z-index: 999;
display: flex;
justify-content: center;
align-items: center;
}
/* .Return {
width: 50rpx;
height: 50rpx;
position: absolute;
top: 100rpx;
left: 40rpx;
z-index: 999;
} */
/**
* 这里是uni-app内置的常用样式变量
*
@@ -555,7 +627,6 @@ input.data-v-40b33296:focus, input.data-v-40b33296:active, textarea.data-v-40b33
z-index: 3;
padding: 7px 9px;
border-bottom: none;
background-color: #fff;
box-shadow: 0 3px 7px 0 #0003;
flex-direction: column;
}
@@ -571,7 +642,6 @@ input.data-v-40b33296:focus, input.data-v-40b33296:active, textarea.data-v-40b33
width: 15px;
height: 15px;
border-radius: 15px;
background: red;
color: #fff;
font-style: normal;
}
@@ -604,9 +674,6 @@ input.data-v-40b33296:focus, input.data-v-40b33296:active, textarea.data-v-40b33
transform: rotate(90deg);
width: 0.5px;
}
.tui-conversation.data-v-40b33296 {
background: #fff;
}
.network-content.data-v-40b33296 {
font-family: PingFangSC-Regular;
font-weight: 400;

View File

@@ -1,5 +1,6 @@
"use strict";
const common_vendor = require("../../common/vendor.js");
const common_assets = require("../../common/assets.js");
require("../adapter-vue.js");
const TUIKit_utils_env = require("../utils/env.js");
const TUIKit_components_TUIChat_config = require("./TUIChat/config.js");
@@ -107,6 +108,11 @@ const _sfc_main$4 = /* @__PURE__ */ common_vendor.defineComponent({
const handleGroup = () => {
headerExtensionList.value[0].listener.onClicked({ groupID: groupID.value });
};
function Returnfunc() {
common_vendor.index.navigateBack({
delta: 1
});
}
function changeToolbarDisplayType(type) {
inputToolbarDisplayType.value = inputToolbarDisplayType.value === type ? "none" : type;
if (inputToolbarDisplayType.value !== "none" && TUIKit_utils_env.isUniFrameWork) {
@@ -178,62 +184,65 @@ const _sfc_main$4 = /* @__PURE__ */ common_vendor.defineComponent({
}
return (_ctx, _cache) => {
return common_vendor.e({
a: !common_vendor.unref(currentConversationID)
a: common_assets._imports_0,
b: common_vendor.o$1(Returnfunc),
c: common_assets._imports_1,
d: !common_vendor.unref(currentConversationID)
}, !common_vendor.unref(currentConversationID) ? {
b: common_vendor.n(!common_vendor.unref(TUIKit_utils_env.isPC) && "tui-chat-h5-default")
e: common_vendor.n(!common_vendor.unref(TUIKit_utils_env.isPC) && "tui-chat-h5-default")
} : {}, {
c: common_vendor.unref(currentConversationID)
f: common_vendor.unref(currentConversationID)
}, common_vendor.unref(currentConversationID) ? common_vendor.e({
d: common_vendor.n(!common_vendor.unref(TUIKit_utils_env.isPC) && "tui-chat-H5-header"),
e: common_vendor.n(common_vendor.unref(TUIKit_utils_env.isUniFrameWork) && "tui-chat-uniapp-header"),
f: common_vendor.o$1(closeChat),
g: common_vendor.o$1(handleGroup),
h: common_vendor.p({
g: common_vendor.n(!common_vendor.unref(TUIKit_utils_env.isPC) && "tui-chat-H5-header"),
h: common_vendor.n(common_vendor.unref(TUIKit_utils_env.isUniFrameWork) && "tui-chat-uniapp-header"),
i: common_vendor.o$1(closeChat),
j: common_vendor.o$1(handleGroup),
k: common_vendor.p({
isGroup: common_vendor.unref(isGroup),
headerExtensionList: common_vendor.unref(headerExtensionList)
}),
i: common_vendor.o$1(toggleMultipleSelectMode),
j: common_vendor.sr(messageListRef, "04dfedea-2", {
l: common_vendor.o$1(toggleMultipleSelectMode),
m: common_vendor.sr(messageListRef, "04dfedea-2", {
"k": "messageListRef"
}),
k: common_vendor.n(!common_vendor.unref(TUIKit_utils_env.isPC) && "tui-chat-h5-message-list"),
l: common_vendor.o$1(handleEditor),
m: common_vendor.o$1(() => changeToolbarDisplayType("none")),
n: common_vendor.o$1(toggleMultipleSelectMode),
o: common_vendor.p({
n: common_vendor.n(!common_vendor.unref(TUIKit_utils_env.isPC) && "tui-chat-h5-message-list"),
o: common_vendor.o$1(handleEditor),
p: common_vendor.o$1(() => changeToolbarDisplayType("none")),
q: common_vendor.o$1(toggleMultipleSelectMode),
r: common_vendor.p({
isGroup: common_vendor.unref(isGroup),
groupID: common_vendor.unref(groupID),
isNotInGroup: common_vendor.unref(isNotInGroup),
isMultipleSelectMode: common_vendor.unref(isMultipleSelectMode)
}),
p: common_vendor.unref(isNotInGroup)
s: common_vendor.unref(isNotInGroup)
}, common_vendor.unref(isNotInGroup) ? {
q: common_vendor.t(common_vendor.unref(leaveGroupReasonText)),
r: common_vendor.unref(TUIKit_utils_env.isMobile) ? 1 : ""
t: common_vendor.t(common_vendor.unref(leaveGroupReasonText)),
v: common_vendor.unref(TUIKit_utils_env.isMobile) ? 1 : ""
} : common_vendor.unref(isMultipleSelectMode) ? {
t: common_vendor.o$1(oneByOneForwardMessage),
v: common_vendor.o$1(mergeForwardMessage),
w: common_vendor.o$1(toggleMultipleSelectMode)
x: common_vendor.o$1(oneByOneForwardMessage),
y: common_vendor.o$1(mergeForwardMessage),
z: common_vendor.o$1(toggleMultipleSelectMode)
} : common_vendor.e({
x: common_vendor.unref(isInputToolbarShow)
A: common_vendor.unref(isInputToolbarShow)
}, common_vendor.unref(isInputToolbarShow) ? {
y: common_vendor.n(!common_vendor.unref(TUIKit_utils_env.isPC) && "tui-chat-h5-message-input-toolbar"),
z: common_vendor.n(common_vendor.unref(TUIKit_utils_env.isUniFrameWork) && "tui-chat-uni-message-input-toolbar"),
A: common_vendor.o$1(insertEmoji),
B: common_vendor.o$1(changeToolbarDisplayType),
C: common_vendor.o$1(scrollToLatestMessage),
D: common_vendor.p({
B: common_vendor.n(!common_vendor.unref(TUIKit_utils_env.isPC) && "tui-chat-h5-message-input-toolbar"),
C: common_vendor.n(common_vendor.unref(TUIKit_utils_env.isUniFrameWork) && "tui-chat-uni-message-input-toolbar"),
D: common_vendor.o$1(insertEmoji),
E: common_vendor.o$1(changeToolbarDisplayType),
F: common_vendor.o$1(scrollToLatestMessage),
G: common_vendor.p({
displayType: common_vendor.unref(inputToolbarDisplayType)
})
} : {}, {
E: common_vendor.sr(messageInputRef, "04dfedea-5", {
H: common_vendor.sr(messageInputRef, "04dfedea-5", {
"k": "messageInputRef"
}),
F: common_vendor.n(!common_vendor.unref(TUIKit_utils_env.isPC) && "tui-chat-h5-message-input"),
G: common_vendor.n(common_vendor.unref(TUIKit_utils_env.isUniFrameWork) && "tui-chat-uni-message-input"),
H: common_vendor.n(common_vendor.unref(TUIKit_utils_env.isWeChat) && "tui-chat-wx-message-input"),
I: common_vendor.o$1(changeToolbarDisplayType),
J: common_vendor.p({
I: common_vendor.n(!common_vendor.unref(TUIKit_utils_env.isPC) && "tui-chat-h5-message-input"),
J: common_vendor.n(common_vendor.unref(TUIKit_utils_env.isUniFrameWork) && "tui-chat-uni-message-input"),
K: common_vendor.n(common_vendor.unref(TUIKit_utils_env.isWeChat) && "tui-chat-wx-message-input"),
L: common_vendor.o$1(changeToolbarDisplayType),
M: common_vendor.p({
enableAt: common_vendor.unref(featureConfig).InputMention,
isMuted: false,
muteText: common_vendor.unref(common_vendor.Wt).t("TUIChat.您已被管理员禁言"),
@@ -241,15 +250,15 @@ const _sfc_main$4 = /* @__PURE__ */ common_vendor.defineComponent({
inputToolbarDisplayType: common_vendor.unref(inputToolbarDisplayType)
})
}), {
s: common_vendor.unref(isMultipleSelectMode),
K: common_vendor.n(!common_vendor.unref(TUIKit_utils_env.isPC) && "tui-chat-h5")
w: common_vendor.unref(isMultipleSelectMode),
N: common_vendor.n(!common_vendor.unref(TUIKit_utils_env.isPC) && "tui-chat-h5")
}) : {}, {
L: !common_vendor.unref(isNotInGroup) && !common_vendor.unref(TUIKit_utils_env.isApp) && common_vendor.unref(TUIKit_utils_env.isUniFrameWork) && common_vendor.unref(isGroup) && common_vendor.unref(headerExtensionList).length > 0
O: !common_vendor.unref(isNotInGroup) && !common_vendor.unref(TUIKit_utils_env.isApp) && common_vendor.unref(TUIKit_utils_env.isUniFrameWork) && common_vendor.unref(isGroup) && common_vendor.unref(headerExtensionList).length > 0
}, !common_vendor.unref(isNotInGroup) && !common_vendor.unref(TUIKit_utils_env.isApp) && common_vendor.unref(TUIKit_utils_env.isUniFrameWork) && common_vendor.unref(isGroup) && common_vendor.unref(headerExtensionList).length > 0 ? {
M: common_vendor.t(common_vendor.unref(headerExtensionList)[0].text),
N: common_vendor.o$1(handleGroup)
P: common_vendor.t(common_vendor.unref(headerExtensionList)[0].text),
Q: common_vendor.o$1(handleGroup)
} : {}, {
O: common_vendor.n(!common_vendor.unref(TUIKit_utils_env.isPC) && "tui-chat-h5")
R: common_vendor.n(!common_vendor.unref(TUIKit_utils_env.isPC) && "tui-chat-h5")
});
};
}
@@ -539,12 +548,13 @@ const _sfc_main$1 = /* @__PURE__ */ common_vendor.defineComponent({
const MiniProgramPage$1 = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main$1, [["__scopeId", "data-v-61238656"]]);
TUIKit_components_TUIGroup_server.TUIGroupServer.getInstance();
if (!Math) {
(TUISearch + ConversationHeader + ConversationNetwork + ConversationList)();
(TUISearch + ConversationHeader + ConversationNetwork + ConversationList + tabBar)();
}
const TUISearch = () => "./TUISearch/index.js";
const ConversationList = () => "./TUIConversation/conversation-list/index.js";
const ConversationHeader = () => "./TUIConversation/conversation-header/index.js";
const ConversationNetwork = () => "./TUIConversation/conversation-network/index.js";
const tabBar = () => "../../components/tabBar/tabBar.js";
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
__name: "index",
emits: ["handleSwitchConversation"],
@@ -609,23 +619,24 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
};
return (_ctx, _cache) => {
return common_vendor.e({
a: common_vendor.p({
a: common_assets._imports_0,
b: common_vendor.p({
searchType: "global"
}),
b: common_vendor.unref(isShowConversationHeader)
c: common_vendor.unref(isShowConversationHeader)
}, common_vendor.unref(isShowConversationHeader) ? {
c: common_vendor.sr(headerRef, "40b33296-1", {
d: common_vendor.sr(headerRef, "40b33296-1", {
"k": "headerRef"
})
} : {}, {
d: common_vendor.sr(conversationListDomRef, "40b33296-3", {
e: common_vendor.sr(conversationListDomRef, "40b33296-3", {
"k": "conversationListDomRef"
}),
e: common_vendor.o$1(handleSwitchConversation),
f: common_vendor.o$1(getPassingRef),
g: common_vendor.o$1(handleClickConv),
h: common_vendor.o$1(handleTouchStart),
i: common_vendor.o$1(handleTouchEnd)
f: common_vendor.o$1(handleSwitchConversation),
g: common_vendor.o$1(getPassingRef),
h: common_vendor.o$1(handleClickConv),
i: common_vendor.o$1(handleTouchStart),
j: common_vendor.o$1(handleTouchEnd)
});
};
}