|
@ -18,16 +18,16 @@ |
|
|
:src="`https://oss.wsdns.cn/20240925/e5e47100f4b6471395b3b81f834d2902.jpg?x-oss-process=image/resize,m_fixed,w_750/quality,Q_90`" |
|
|
:src="`https://oss.wsdns.cn/20240925/e5e47100f4b6471395b3b81f834d2902.jpg?x-oss-process=image/resize,m_fixed,w_750/quality,Q_90`" |
|
|
fit="fill" :lazy="true" class="w-full md:h-[150px] h-[199px] cursor-pointer"/> |
|
|
fit="fill" :lazy="true" class="w-full md:h-[150px] h-[199px] cursor-pointer"/> |
|
|
<div class="flex-1 px-4 py-5 sm:p-6 !p-4"> |
|
|
<div class="flex-1 px-4 py-5 sm:p-6 !p-4"> |
|
|
<p class="text-gray-700 dark:text-white text-base font-semibold flex flex-col gap-1.5"> |
|
|
|
|
|
<div class="flex-1 text-xl cursor-pointer">{{ item.plugName }}</div> |
|
|
|
|
|
|
|
|
<div class="text-gray-700 dark:text-white text-base font-semibold flex flex-col gap-1.5"> |
|
|
|
|
|
<div class="flex-1 text-xl cursor-pointer">{{ item.title }}</div> |
|
|
<div class="text-red-500">¥{{ item.price }}</div> |
|
|
<div class="text-red-500">¥{{ item.price }}</div> |
|
|
</p> |
|
|
|
|
|
<p v-if="item.price > 0" class="flex items-center gap-1.5 py-2 text-gray-500 justify-between"> |
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
<div v-if="item.price && item.price > 0" class="flex items-center gap-1.5 py-2 text-gray-500 justify-between"> |
|
|
<div class="text-gray-500">{{ item.comments }}</div> |
|
|
<div class="text-gray-500">{{ item.comments }}</div> |
|
|
</p> |
|
|
|
|
|
|
|
|
</div> |
|
|
<div class="button-group flex justify-center mt-3"> |
|
|
<div class="button-group flex justify-center mt-3"> |
|
|
<el-button class="w-full" size="large" :icon="ElIconView" @click="openSpmUrl(`/item`, item,item.plugId,true)">查看详情</el-button> |
|
|
|
|
|
<el-button type="primary" size="large" v-if="item.price > 0" class="w-full" :icon="ElIconShoppingCart">购买 |
|
|
|
|
|
|
|
|
<el-button class="w-full" size="large" :icon="ElIconView" @click="openSpmUrl(`/item`, item,item.productId,true)">查看详情</el-button> |
|
|
|
|
|
<el-button type="primary" size="large" v-if="item.price && item.price > 0" class="w-full" :icon="ElIconShoppingCart">购买 |
|
|
</el-button> |
|
|
</el-button> |
|
|
<el-button v-else class="w-full" size="large" :icon="ElIconShoppingCart">下载</el-button> |
|
|
<el-button v-else class="w-full" size="large" :icon="ElIconShoppingCart">下载</el-button> |
|
|
</div> |
|
|
</div> |
|
|