From d6e6843ecbb8cdd33e30f78368ae47bf3e474f90 Mon Sep 17 00:00:00 2001
From: odjbin <1042039504@qq.com>
Date: Sun, 6 Oct 2024 19:25:02 +0800
Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E5=B7=A5=E4=BD=9C?=
=?UTF-8?q?=E5=8F=B0=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95=E5=BC=B9=E7=AA=97?=
=?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=98=BE=E7=A4=BAbug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/infoLiveCall/index.vue | 74 ++++++++++++-------
src/components/liveCall/LiveCallItem.vue | 21 ++++--
src/components/liveCall/LiveCallItemHome.vue | 35 +++++++--
src/components/liveCall/index.vue | 78 +++++---------------
src/views/home/index.vue | 12 ++-
5 files changed, 117 insertions(+), 103 deletions(-)
diff --git a/src/components/infoLiveCall/index.vue b/src/components/infoLiveCall/index.vue
index fff0633..bd8045b 100644
--- a/src/components/infoLiveCall/index.vue
+++ b/src/components/infoLiveCall/index.vue
@@ -1,11 +1,16 @@
-
-
+
+
+
+
@@ -51,10 +55,17 @@ const props = defineProps({
type: Object,
default: {}
},
+ detailLoading: {
+ type: Boolean,
+ default: false
+ },
})
const getScrollbarRef = () => {
return scrollbarRef.value
}
+watch(() => props.detailLoading, (newVal) => {
+ props.detailLoading=newVal
+})
defineExpose({
getScrollbarRef
})
@@ -62,7 +73,7 @@ defineExpose({