Authored by hongyong.zhao

求购中获待付款求购去掉运费

@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
13 <div> 13 <div>
14 <div v-if="$route.params.owner === 'buy'" class="price-status"> 14 <div v-if="$route.params.owner === 'buy'" class="price-status">
15 <span class="price">¥{{ order.realPrice }}</span> 15 <span class="price">¥{{ order.realPrice }}</span>
16 - <span class="delivery-fee-tip" >{{order.statuStr == '求购中' ? '' : '(含运费)'}}</span> 16 + <span class="delivery-fee-tip" >{{order.bidType && (order.statuStr == '求购中' || order.statuStr == '待付定金') ? '' : '(含运费)'}}</span>
17 </div> 17 </div>
18 <div v-else class="price-status"> 18 <div v-else class="price-status">
19 <span class="price">¥{{ goodsInfo.goodPrice }}</span> 19 <span class="price">¥{{ goodsInfo.goodPrice }}</span>