提交
This commit is contained in:
@@ -278,8 +278,9 @@
|
||||
{{item.product_name}}
|
||||
</view>
|
||||
<view class="goodsPrice">
|
||||
|
||||
<span class="price"
|
||||
v-if="item.activityPrice && item.activityPrice > 0">¥{{item.activityPrice}}</span>
|
||||
v-if="item.activityPrice && item.activityPrice > 0">¥{{item.activity_price}}</span>
|
||||
<span class="price" v-else>¥{{item.price}}</span>
|
||||
<span class="Salesnum">已售:{{item.sum_sales}} 件</span>
|
||||
</view>
|
||||
@@ -1214,8 +1215,9 @@ background-color: #eee;
|
||||
// max-width: 12.5%;
|
||||
background-color: #dfeae2;
|
||||
color: #0e583a;
|
||||
font-size: 32rpx;
|
||||
padding: 5px 3px;
|
||||
font-size: 34rpx;
|
||||
line-height: 42rpx;
|
||||
padding: 5px 10px;
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
width: 100%;
|
||||
@@ -1223,6 +1225,7 @@ background-color: #eee;
|
||||
border-radius: 10rpx;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
letter-spacing: 10rpx;
|
||||
}
|
||||
|
||||
text:last-child {
|
||||
|
||||
Reference in New Issue
Block a user