|
@@ -368,7 +368,7 @@
|
|
|
<div class="o_bd">{{ con.shopName }}</div>
|
|
|
<span class="o_ft">
|
|
|
<del>原价:¥{{ con.mode.marketPrice }}</del>
|
|
|
- 现价:¥{{ (con.mode.price).toFixed(2) }}
|
|
|
+ 现价:¥{{ (con.mode.price - con.mode.GROUP).toFixed(2) }}
|
|
|
</span>
|
|
|
</div>
|
|
|
<!-- v-if="con.marketPrice" -->
|
|
@@ -566,14 +566,14 @@
|
|
|
<del>原价</del>
|
|
|
<del>¥{{ orderInfo.marketPrice }}</del>
|
|
|
</div>
|
|
|
- <div class="needprice markerprice">
|
|
|
+ <!-- <div class="needprice markerprice">
|
|
|
<p>现价</p>
|
|
|
<p>¥{{ orderInfo.groupPurchasePrice }}</p>
|
|
|
- </div>
|
|
|
- <div class="needprice markerprice" v-if="orderInfo.couponPrice > 0">
|
|
|
+ </div> -->
|
|
|
+ <!-- <div class="needprice markerprice" v-if="orderInfo.couponPrice > 0">
|
|
|
<p>优惠</p>
|
|
|
<p>¥{{ orderInfo.couponPrice }}</p>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div class="needprice grouopprice">
|
|
|
<span>仅需支付</span>
|
|
|
<span>¥{{ orderInfo.amount }}</span>
|
|
@@ -647,6 +647,7 @@
|
|
|
<div class="item">
|
|
|
<el-input style="width:80%"
|
|
|
type="number"
|
|
|
+ disabled
|
|
|
@mousewheel.native.prevent
|
|
|
@input="deposiInput(item)"
|
|
|
v-model.trim="item.mode.LEASE"></el-input>
|