From 824ffca63b995b60f17c7185092a061da887aad0 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:45:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(LiveRoom):=20=E4=BC=98=E5=8C=96=E7=9B=B4?= =?UTF-8?q?=E6=92=AD=E9=97=B4=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80=E5=92=8C?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -调整了直播间的布局结构,增加了出价和支付相关功能- 添加了竞拍记录的显示,包括领先者、竞价时间等信息 - 优化了开启出价按钮的样式和提示文字- 调整了播放器的初始化配置,提高了稳定性 --- app/pages/LiveRoom/index.client.vue | 63 ++++++++++++++++++++++++----- 1 file changed, 53 insertions(+), 10 deletions(-) diff --git a/app/pages/LiveRoom/index.client.vue b/app/pages/LiveRoom/index.client.vue index 06e7dbc..c81293f 100644 --- a/app/pages/LiveRoom/index.client.vue +++ b/app/pages/LiveRoom/index.client.vue @@ -1,9 +1,10 @@ - - + + { 拍品 (1/188) - + { {{ quoteStatus ? '关闭出价' : '开启出价' }} + + RMB + 5,000 + 去支付 + @@ -95,7 +106,28 @@ onBeforeUnmount(() => { :class="`w-344px h-[40px] ${quoteStatus ? 'bg-#FFB25F' : 'bg-#D6D6D8'} rounded-4px ${quoteStatus ? 'text-#fff' : 'text-#7D7D7F'} text-14px flex justify-center items-center mt-10px mb-10px`"> {{ quoteStatus ? '确认出价 RMB 3,000' : '点击"开启出价",即刻参与竞拍 ' }} - + + + 领先 + 现场竞价 + 10:12:12 + RMB5,500 + 我 + + + 领先 + 现场竞价 + 10:12:12 + RMB5,500 + 我 + + + 领先 + 现场竞价 + 10:12:12 + RMB5,500 + 我 + @@ -104,6 +136,16 @@ onBeforeUnmount(() => { \ No newline at end of file