From e0853e1416bb5435cd8fde1a0fa7e63a1b87cf17 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Thu, 6 Mar 2025 11:09:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(components):=20=E9=87=8D=E6=9E=84=E6=B5=AE?= =?UTF-8?q?=E5=8A=A8=E9=9D=A2=E6=9D=BF=E7=BB=84=E4=BB=B6=E5=B9=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=96=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 重写了 floating2 组件,增加了更多 --- app/components/floating2/index.vue | 291 +++++++++++++++++++++------- app/pages/home/index.vue | 4 +- app/pages/liveRoom/index.client.vue | 35 +++- package.json | 1 + pnpm-lock.yaml | 45 +++++ 5 files changed, 294 insertions(+), 82 deletions(-) diff --git a/app/components/floating2/index.vue b/app/components/floating2/index.vue index c62c63d..c57c7e2 100644 --- a/app/components/floating2/index.vue +++ b/app/components/floating2/index.vue @@ -1,93 +1,238 @@ + \ No newline at end of file diff --git a/app/pages/home/index.vue b/app/pages/home/index.vue index 65d9998..5d884cd 100644 --- a/app/pages/home/index.vue +++ b/app/pages/home/index.vue @@ -6,7 +6,7 @@ import Cescribe from './components/Cescribe/index.vue' import FloatingBubble from '~/components/floating2/index.vue' import {liveStore} from "~/stores/live/index.js"; -const {auctionDetail,getArtworkList} = goodStore(); +const {auctionDetail,getArtworkList,getAuctionDetail} = goodStore(); const {fullLive} = liveStore() const changeLive = () => { if (!fullLive.value){ @@ -16,7 +16,7 @@ const changeLive = () => { } } } - +await getAuctionDetail()