|
|
@@ -1054,6 +1054,9 @@ export default {
|
|
|
let customName = this.detailInfo.customName ? this.detailInfo.customName : ''
|
|
|
let actPrice = this.detailInfo.actPrice ? parseFloat(this.detailInfo.actPrice) : 0
|
|
|
this.title = customName+' '+this.detailInfo.addTime.substr(5,11)+' ¥'+actPrice
|
|
|
+ if(this.detailInfo.payTime!='0000-00-00 00:00:00'){
|
|
|
+ this.title = customName+' '+this.detailInfo.payTime.substr(5,11)+' ¥'+actPrice
|
|
|
+ }
|
|
|
if(this.detailInfo.tkPrice && Number(this.detailInfo.tkPrice)>0){
|
|
|
this.title = this.title+' 已退¥'+parseFloat(this.detailInfo.tkPrice)
|
|
|
}
|