@@ -39,7 +39,7 @@
</div>
<div class="bottom">
- <div class="tips">手续费 ¥{{ info.serviceCharge }}</div>
+ <div class="tips" v-if="info.paymentType === 'DEPOSIT'">手续费 ¥{{ info.serviceCharge }}</div>
<div class="price">
<span class="text1">叫价</span>
<span class="text2" :style="{ color: priceColor }">¥{{ info.price }}</span>
@@ -29,7 +29,7 @@
- <template v-if="info.paymentType !== 'PURCHASE_PRICE'">
+ <template v-if="info.paymentType === 'DEPOSIT'">
<div class="info-item">
<div class="text1">当前价</div>
<div class="text1">¥{{ info.currentPrice }}</div>