QAQ
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user