From 510b839a1b79ae5afda9aca39e666e81a210f761 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Thu, 6 Feb 2025 15:43:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(liveRoom):=20=E5=AE=9E=E7=8E=B0=E7=9B=B4?= =?UTF-8?q?=E6=92=AD=E9=97=B4=E6=8B=8D=E5=8D=96=E6=95=B0=E6=8D=AE=E5=AE=9E?= =?UTF-8?q?=E6=97=B6=E6=9B=B4=E6=96=B0=E5=92=8C=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 从 liveStore 中获取 auctionData,用于展示当前拍卖信息 - 在模板中添加拍卖数据的动态显示,包括当前价、下口价等信息 - 实现拍卖状态的实时更新和对应 UI 的变化 - 优化竞拍列表的展示逻辑,根据不同的拍卖状态显示相应内容 - 在弹窗中添加当前拍卖作品的标识和状态 --- app/pages/collectCode/mine/index.vue | 2 +- app/pages/collectCode/payment/index.vue | 2 +- .../liveRoom/components/Broadcast/index.vue | 30 +++++++++++++------ .../liveRoom/components/SideButton/index.vue | 1 + .../components/SideButton/tangPopup.vue | 6 +++- app/pages/liveRoom/index.client.vue | 14 +++++---- app/stores/live/index.js | 4 +-- 7 files changed, 40 insertions(+), 19 deletions(-) diff --git a/app/pages/collectCode/mine/index.vue b/app/pages/collectCode/mine/index.vue index a931a91..95b0b65 100644 --- a/app/pages/collectCode/mine/index.vue +++ b/app/pages/collectCode/mine/index.vue @@ -144,7 +144,7 @@ initData()