This commit is contained in:
2025-03-07 10:43:12 +08:00
parent 0020a80506
commit eb42140cae
9 changed files with 2784 additions and 2062 deletions

View File

@@ -136,9 +136,16 @@
>
</view>
<view
style="color: #c0c4cc; font-size: 26rpx; font-weight: 700"
style="color: #e97512; font-size: 26rpx; font-weight: 700"
>
×{{ item.quantity ? item.quantity : "" }}</view
<view style="text-align: right;font-size: 30rpx;margin-bottom: 10rpx;">
¥{{ item.price }}
</view>
<view style="text-align: right;color: #333;">
×{{ item.quantity ? item.quantity : "" }}
</view>
</view
>
</view>
<!-- <view class="btns flexbox" style="margin-top: 10rpx">
@@ -241,10 +248,46 @@
</span>
<span>¥</span>{{ orderContet.shippingMoney }}
</view>
<view
class="orderReal"
v-if="
orderContet.orderType == 'order' &&
orderContet.districtMoney &&
orderContet.districtMoney > 0
"
>
<span style="color: #666; margin-right: 10rpx; float: left">
活动立减:
</span>
<span style="color: #fa2d12"
>- ¥{{ orderContet.districtMoney }}</span
>
</view>
<view
class="orderReal"
v-if="
orderContet.orderType == 'order' &&
orderContet.vipDiscountAmount &&
orderContet.vipDiscountAmount > 0
"
>
<span style="color: #666; margin-right: 10rpx; float: left">
<span
style="color: #f94f04; font-weight: bold; margin-right: 2px"
>VIP</span
>
专享立减:
</span>
<span style="color: #fa2d12"
>- ¥{{ orderContet.vipDiscountAmount }}</span
>
</view>
<view
class="orderReal"
v-if="orderContet.couponId && orderContet.couponId != null"
>
<span style="color: #666; margin-right: 10rpx; float: left"
>优惠券 :
</span>