fix(ProductList): 将产品封面图片从c63.jpg更改为c63.png
修复了产品列表页面中封面图片的格式问题,确保图片显示正确
This commit is contained in:
parent
6a3841dd72
commit
5ad9456a0f
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
|
@ -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">
|
||||
<!-- 左侧分类导航 -->
|
||||
|
|
Loading…
Reference in New Issue