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 1/2] =?UTF-8?q?feat(LiveRoom):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=9B=B4=E6=92=AD=E9=97=B4=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E5=92=8C=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 @@ \ No newline at end of file From 433c3af1ffe0b4096162860092f6479b10d59165 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:49:24 +0800 Subject: [PATCH 2/2] =?UTF-8?q?refactor(LiveRoom):=20=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84=E5=AF=BC=E5=85=A5=E8=AF=AD?= =?UTF-8?q?=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除了 index.client.vue 文件中的未使用导入语句,包括: - aliyun --- app/pages/LiveRoom/index.client.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/app/pages/LiveRoom/index.client.vue b/app/pages/LiveRoom/index.client.vue index c81293f..ebe8bcb 100644 --- a/app/pages/LiveRoom/index.client.vue +++ b/app/pages/LiveRoom/index.client.vue @@ -4,7 +4,6 @@ import Aliplayer from 'aliyun-aliplayer' import 'aliyun-aliplayer/build/skins/default/aliplayer-min.css' import lock4 from '@/static/images/lock4@2x.png' import lockdfd from '@/static/images/lockdfd@2x.png' - const player = ref(null) const quoteStatus = ref(false) const isPlayerReady = ref(false)