123
This commit is contained in:
parent
9402c8b719
commit
5fe9645cfb
@ -21,7 +21,7 @@ await getAuctionDetail()
|
||||
<template>
|
||||
<div class="grow-1 flex flex-col">
|
||||
<client-only>
|
||||
<div class="relative" @click="changeLive">
|
||||
<div class="relative bg-#000" @click="changeLive">
|
||||
<liveRoom :class="['changeLive', fullLive ? 'expanded' : 'collapsed']"/>
|
||||
<div v-if="auctionDetail.isLiving===1" class="absolute h-188px w-screen pt-36px flex flex-col text-#fff top-0 left-0 items-center">
|
||||
<div class="text-18px mb-5px">{{ auctionDetail.title }}</div>
|
||||
|
@ -27,6 +27,7 @@ export const goodStore = createGlobalState(() => {
|
||||
|
||||
// 获取拍卖详情
|
||||
const getAuctionDetail = async () => {
|
||||
|
||||
try {
|
||||
loading.value = true
|
||||
const res = await defaultDetail({})
|
||||
|
Loading…
Reference in New Issue
Block a user