1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user