|
@@ -6,7 +6,8 @@
|
|
|
<div class="flex-align-center">
|
|
|
<div class="prcieInfo">
|
|
|
<p>共 {{data.length}} 件商品 总价 : <span class="price">¥ {{tool.formatAmount(total,2)}}</span></p>
|
|
|
- <p class="text-grey">订单满{{freefreightamount}}元,免运费</p>
|
|
|
+ <!-- <p class="text-grey">订单满{{freefreightamount}}元,免运费</p> -->
|
|
|
+ <p>{{total > freefreightamount >= 0?'当前订单免运费':`订单满${freefreightamount}元免运费,当前还差${freefreightamount - total}元`}}</p>
|
|
|
</div>
|
|
|
<div class="submitBtn" @click="confirmOrder">生成订单</div>
|
|
|
</div>
|