提交
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>{{
|
||||
|
||||
@@ -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
1955
pages/read/localread.vue
Normal file
File diff suppressed because it is too large
Load Diff
2055
pages/read/read.vue
Normal file
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
Reference in New Issue
Block a user