Fix:【商城小程序】提交订单--存在运费时合计金额下方优惠显示包含运费,不要包含运费在下面
This commit is contained in:
@@ -93,13 +93,13 @@
|
||||
<text class="v12-font-28">{{ force2Decimal(orderPrice.totalPrice) }}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="v12-justify-between v12-align-center v12-py-1" >
|
||||
<!-- <view class="v12-justify-between v12-align-center v12-py-1" >
|
||||
<view class="v12-font-24 v12-dark-text">运费</view>
|
||||
<view class="v12-secondary-dark-text">
|
||||
<text class="v12-font-22 ">¥</text>
|
||||
<text class="v12-font-28">{{ force2Decimal(orderPrice.payPostage) }}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="v12-justify-between v12-align-center v12-py-1">
|
||||
<view class="v12-font-24 v12-dark-text v12-align-center">
|
||||
<text>优惠券</text>
|
||||
|
||||
Reference in New Issue
Block a user