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 { .goods-spec {
font-size: 24rpx; font-size: 24rpx;
color: #999; color: #999;
margin-top: 8rpx; margin-top: 4rpx;
} }
.goods-price-info { .goods-price-info {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
margin-top: 16rpx; margin-top: 6rpx;
.goods-price { .goods-price {
font-size: 28rpx; font-size: 28rpx;

View File

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