|
@@ -28,7 +28,7 @@
|
|
|
|
|
|
|
|
<div class="text-list">
|
|
<div class="text-list">
|
|
|
<div class="text-info" v-if="paymentType === 'FIXED_PRICE'">
|
|
<div class="text-info" v-if="paymentType === 'FIXED_PRICE'">
|
|
|
- <span class="text1">一口价(当前价的{{ fixedPre }}%)</span>
|
|
|
|
|
|
|
+ <span class="text1">一口价</span>
|
|
|
<span class="text2">¥{{ preMoney }}</span>
|
|
<span class="text2">¥{{ preMoney }}</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="text-info" v-else>
|
|
<div class="text-info" v-else>
|
|
@@ -165,7 +165,7 @@ export default {
|
|
|
if (this.paymentType === 'PURCHASE_PRICE') {
|
|
if (this.paymentType === 'PURCHASE_PRICE') {
|
|
|
return this.info.currentPrice;
|
|
return this.info.currentPrice;
|
|
|
}
|
|
}
|
|
|
- return this.accMul(this.info.currentPrice || 0, this.fixedPre / 100);
|
|
|
|
|
|
|
+ return this.info.recommendPrice || 0;
|
|
|
},
|
|
},
|
|
|
money() {
|
|
money() {
|
|
|
let money = 0;
|
|
let money = 0;
|