From 9f9e96dc0c6acfb39045df13d1550e42bad8484e Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:43:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(home):=20=E8=8E=B7=E5=8F=96=E6=8B=8D?= =?UTF-8?q?=E5=8D=96=E8=AF=A6=E6=83=85=E5=B9=B6=E4=BC=98=E5=8C=96=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 home 页面中调用 getAuctionDetail 方法获取拍卖详情 - 更新 Cescribe组件以显示拍卖详情信息和图片 - 在 ItemList 组件中添加 v-memo 指令以优化性能 - 调整 liveRoom 组件中的视频播放器样式 --- app/pages/home/components/Cescribe/index.vue | 10 +++++++--- app/pages/home/components/ItemList/index.vue | 2 +- app/pages/home/index.vue | 3 ++- app/pages/liveRoom/index.client.vue | 4 ++-- app/stores/goods/index.js | 1 + 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/app/pages/home/components/Cescribe/index.vue b/app/pages/home/components/Cescribe/index.vue index 20594f0..70f73ac 100644 --- a/app/pages/home/components/Cescribe/index.vue +++ b/app/pages/home/components/Cescribe/index.vue @@ -1,12 +1,16 @@ diff --git a/app/pages/home/components/ItemList/index.vue b/app/pages/home/components/ItemList/index.vue index f1a22d1..5da2c15 100644 --- a/app/pages/home/components/ItemList/index.vue +++ b/app/pages/home/components/ItemList/index.vue @@ -65,7 +65,7 @@ const openShow = async (item) => { finished-text="没有更多了" @load="loadMore" > -
+