|
@@ -35,8 +35,8 @@ export default {
|
|
// projectId: (state) => state.projectId,
|
|
// projectId: (state) => state.projectId,
|
|
}),
|
|
}),
|
|
parkDiscountDesc() {
|
|
parkDiscountDesc() {
|
|
- if(this.detail.hasOwnProperty('parkDiscount')) {
|
|
|
|
- return this.detail.parkDiscount
|
|
|
|
|
|
+ if(this.detail.discountInfo.hasOwnProperty('parkDiscount')) {
|
|
|
|
+ return this.detail.discountInfo.parkDiscount
|
|
}
|
|
}
|
|
return 'hide'
|
|
return 'hide'
|
|
}
|
|
}
|