This commit is contained in:
bobobobo
2026-02-12 20:55:35 +08:00
parent 2f1b592772
commit d874620a83
2 changed files with 4 additions and 4 deletions

View File

@@ -242,14 +242,14 @@
.goods-spec {
font-size: 24rpx;
color: #999;
margin-top: 8rpx;
margin-top: 4rpx;
}
.goods-price-info {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 16rpx;
margin-top: 6rpx;
.goods-price {
font-size: 28rpx;

View File

@@ -204,9 +204,9 @@
mode="aspectFill"
/>
<view class="goods-info">
<text class="goods-name">{{ item.userName }}</text>
<text class="goods-name">{{ item.productName }}</text>
<text class="goods-spec">
{{ item.specText }}
规格{{ item.specText }}
</text>
<view class="goods-price-info">
<text class="goods-price">¥{{ item.unitPrice }}</text>