|
|
@@ -290,7 +290,7 @@ export default {
|
|
|
console.log("pagesOrder/info?id="+this.detailInfo.id)
|
|
|
let price = this.detailInfo.orderPrice ? parseFloat(this.detailInfo.orderPrice):0
|
|
|
return {
|
|
|
- title: this.detailInfo.addTime.substr(5,11)+' ¥'+price,
|
|
|
+ title: this.detailInfo.addTime.substr(5,5)+' ¥'+price,
|
|
|
desc: "",
|
|
|
path: "pagesOrder/info?id="+this.detailInfo.id,
|
|
|
}
|