From ffafe1358d1154c4df616f41664740a6c0d92c08 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Wed, 12 Mar 2025 15:28:40 +0800 Subject: [PATCH] =?UTF-8?q?refactor(login):=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84=E9=AA=8C=E8=AF=81=E7=A0=81=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 从 login 页面中移除了未使用的 Vcode 组件导入 refactor(publicLiveRoom): 优化拍卖数据获取逻辑 - 重构了 broadcast 组件中的数据获取逻辑 - 添加了定时器,实现每 10 秒自动刷新拍卖数据 - --- app/pages/login/index.vue | 1 - .../components/broadcast/index.vue | 22 +++++++++++++++++-- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/app/pages/login/index.vue b/app/pages/login/index.vue index 72f70a4..b3e0ef6 100644 --- a/app/pages/login/index.vue +++ b/app/pages/login/index.vue @@ -1,6 +1,5 @@