diff --git a/app/pages/home/index.vue b/app/pages/home/index.vue index a2d8301..a623f80 100644 --- a/app/pages/home/index.vue +++ b/app/pages/home/index.vue @@ -5,13 +5,12 @@ import ItemList from './components/ItemList/index.vue' import Cescribe from './components/Cescribe/index.vue' import {message} from '@/components/x-message/useMessage.js' import {liveStore} from "~/stores/live/index.js"; -import { showMinWindow1} from "~/components/floatingBubble/floating.js"; - -const {getAuctionDetail, auctionDetail} = goodStore(); +const {getAuctionDetail, auctionDetail,getArtworkList} = goodStore(); const {fullLive} = liveStore() const changeLive = () => { if (auctionDetail.value.isLiving===1){ fullLive.value = true; + getArtworkList(true) } }