This commit is contained in:
Vinjor 2025-10-10 16:16:02 +08:00
parent 331428df70
commit 0138f03a97

View File

@ -89,7 +89,8 @@
</template>
</b-carousel-slide>
</b-carousel>
<template v-if="hotProductList[0].length >0">
<!-- 这里写的不对 -->
<template v-if="hotProductList.length">
<nuxt-link
class="more box_shadow"
:to="`/products?maxCatgId=${hotProductList[0][0].maxCatgId}&title=${hotProductList[0][0].title}`"