fix(ProductList): 将产品封面图片从c63.jpg更改为c63.png

修复了产品列表页面中封面图片的格式问题,确保图片显示正确
This commit is contained in:
dzq 2025-04-17 09:18:11 +08:00
parent 6a3841dd72
commit 5ad9456a0f
2 changed files with 1 additions and 1 deletions

BIN
public/c63.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@ -123,7 +123,7 @@ function handleCheckout() {
<template>
<div class="shop">
<div class="shop-header" :style="{ height: `${headerHeight}px` }">
<van-image :src="`${publicPath}c63.jpg`" class="shop-cover" fit="cover" />
<van-image :src="`${publicPath}c63.png`" class="shop-cover" fit="cover" />
</div>
<div class="product-container">
<!-- 左侧分类导航 -->