This commit is contained in:
X1627315083@163.com
2026-05-05 13:33:51 +08:00
parent 88f0528553
commit 14eca9aff2
3 changed files with 5 additions and 5 deletions

View File

@@ -147,9 +147,10 @@ onMounted(()=>{
// 开始监听
if(resizeObserver)resizeObserver.observe(listingsBoxRef.value)
})
chooseList.value = []
getCollectionDetail()
})
onActivated(()=>{
getCollectionDetail()
})
onUnmounted(()=>{
})
@@ -370,7 +371,7 @@ const {} = toRefs(data);
}
> img{
height: 100%;
object-fit: cover;
object-fit: contain;
}
&.active{
border: 1.5px solid #000;