Fix:4654 【旅居商城小程序】新上传的图,宽度是740,是370的两倍,高度缩短了一点,上传后还是拉伸

This commit is contained in:
linxi
2025-11-25 09:45:49 +08:00
parent 2a32e1f60a
commit c6e4c88eb7
+1 -2
View File
@@ -2,7 +2,7 @@
<view class="gift-page" v-if="(goodsInfo.productInfo && goodsInfo.productInfo.storeName) || isGroupBuy">
<view class="top-card" v-if="!isPayOk ">
<view class="v12-justify-between" @click="handleShowCover">
<image class="popCover" :src="popupCover" mode="aspectFit|aspectFill|widthFix" lazy-load="false"></image>
<image class="popCover" :src="popupCover" mode="widthFix" lazy-load="false"></image>
</view>
</view>
<view class="gift-good-card">
@@ -745,7 +745,6 @@ export default {
}
.popCover{
width: 100%;
height: 280rpx;
border-radius: 16rpx;
}
</style>