diff --git a/app/components/floating2/index.vue b/app/components/floating2/index.vue index c62c63d..c57c7e2 100644 --- a/app/components/floating2/index.vue +++ b/app/components/floating2/index.vue @@ -1,93 +1,238 @@ + \ No newline at end of file diff --git a/app/pages/home/index.vue b/app/pages/home/index.vue index 65d9998..5d884cd 100644 --- a/app/pages/home/index.vue +++ b/app/pages/home/index.vue @@ -6,7 +6,7 @@ import Cescribe from './components/Cescribe/index.vue' import FloatingBubble from '~/components/floating2/index.vue' import {liveStore} from "~/stores/live/index.js"; -const {auctionDetail,getArtworkList} = goodStore(); +const {auctionDetail,getArtworkList,getAuctionDetail} = goodStore(); const {fullLive} = liveStore() const changeLive = () => { if (!fullLive.value){ @@ -16,7 +16,7 @@ const changeLive = () => { } } } - +await getAuctionDetail()