panhui 3 anni fa
parent
commit
d977e7f94f

+ 1 - 1
src/components/order/OrderInfoAuction.vue

@@ -39,7 +39,7 @@
             </div>
         </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>

+ 1 - 1
src/views/order/AuctionDetail.vue

@@ -29,7 +29,7 @@
                     </div>
                 </div>
             </div>
-            <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>