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() +