From a11700a15aab404f2056164b0f308861650d372c Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Thu, 27 Feb 2025 16:55:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(goods):=20=E4=BF=AE=E5=A4=8D=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E5=92=8C=E7=9B=B4=E6=92=AD=E5=AE=A4=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 liveRoom 页面中添加 getAuctionDetail 调用,以获取拍卖详情 - 在 home 页面中移除不必要的 getAuctionDetail --- app/pages/home/index.vue | 4 ++-- app/pages/liveRoom/index.client.vue | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/pages/home/index.vue b/app/pages/home/index.vue index 32946f7..3933b60 100644 --- a/app/pages/home/index.vue +++ b/app/pages/home/index.vue @@ -5,7 +5,7 @@ import ItemList from './components/ItemList/index.vue' import Cescribe from './components/Cescribe/index.vue' import {liveStore} from "~/stores/live/index.js"; -const {getAuctionDetail, auctionDetail,getArtworkList} = goodStore(); +const {auctionDetail,getArtworkList} = goodStore(); const {fullLive} = liveStore() const changeLive = () => { if (!fullLive.value){ @@ -16,7 +16,7 @@ const changeLive = () => { } } -await getAuctionDetail() +