|
|
@@ -848,6 +848,9 @@ export default {
|
|
|
|
|
|
let actPrice = this.detailInfo.actPrice ? parseFloat(this.detailInfo.actPrice) : 0
|
|
|
this.title = this.detailInfo.addTime.substr(5,11)+' ¥'+actPrice
|
|
|
+ if(this.detailInfo.tkPrice && Number(this.detailInfo.tkPrice)>0){
|
|
|
+ this.title = this.title+' 已退¥'+parseFloat(this.detailInfo.tkPrice)
|
|
|
+ }
|
|
|
|
|
|
this.settlePrice = Number(this.detailInfo.bookPrice) - Number(this.detailInfo.orderPrice)
|
|
|
this.settlePrice = parseFloat(this.settlePrice.toFixed(2))
|