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

@@ -14,6 +14,7 @@
</view>
<view class="commodityContent">
<view class="commodityPrice">
<span></span><em>{{productInfo.price}}</em>
<span class="oldPrice " v-if="productInfo.activityPrice">原价{{productInfo.activityPrice}}</span>
</view>

View File

@@ -21,6 +21,7 @@
</view> -->
<view class="commodityContent">
<view class="commodityPrice" v-if="productInfo.activityPrice && productInfo.activityPrice > 0">
<span style="font-size: 28rpx;"></span><em>{{ productInfo.activityPrice }}</em>
<span class="oldPrice ">原价<span style="font-size: 20rpx;padding-left:10rpx;"></span>{{

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 {

1955
pages/read/localread.vue Normal file

File diff suppressed because it is too large Load Diff

2055
pages/read/read.vue Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff