From 041773b1c1cd22ddf4165878f7576f716cb8cb2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kaizheng=28=E9=83=91=E5=87=AF=29?= Date: Thu, 27 Feb 2025 13:45:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Tg/index.vue | 8 +- .../VideoPlay/components/ProductItem.vue | 24 +- .../VideoPlay/hComponents/TgInteract.vue | 285 +++++++++--------- 3 files changed, 153 insertions(+), 164 deletions(-) diff --git a/src/views/Tg/index.vue b/src/views/Tg/index.vue index fc0ca1a..6302355 100644 --- a/src/views/Tg/index.vue +++ b/src/views/Tg/index.vue @@ -49,7 +49,7 @@ > - + @@ -92,12 +92,6 @@ const getTgTab = async () => { let ret = await queryTgTab({ id: route.query.id }) if (ret.code === 0) { tabList.value = ret.data - tabList.value.push({ - productType: 1, - showName: "圈子", - sort: 3, - status: 1, - }) } } diff --git a/src/views/VideoPlay/components/ProductItem.vue b/src/views/VideoPlay/components/ProductItem.vue index 9682500..6957161 100644 --- a/src/views/VideoPlay/components/ProductItem.vue +++ b/src/views/VideoPlay/components/ProductItem.vue @@ -11,10 +11,10 @@