This commit is contained in:
2024-11-04 18:08:04 +08:00
parent 38c79bcd47
commit 6211bfda7c
19 changed files with 6559 additions and 1197 deletions

View File

@@ -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 {