|
@@ -233,7 +233,7 @@ export default {
|
|
|
const { memberGrade = [{}], consume = [], memberLevelDiscount, points = [{}] } = this.orderDetail.discountInfo;
|
|
|
const { maxConsumeTime, remainConsumeTime, hourPrice } = this.orderDetail.parkingRule;
|
|
|
// 如果积分存在的话,则移除积分的优惠(天津除外)
|
|
|
- if (JSON.stringify(points) !== {} && this.parkMallCode !== 6) {
|
|
|
+ if (JSON.stringify(points) !== {}) {
|
|
|
this.remainPrice = this.usingTotalDiscount - points[0].discountFee;
|
|
|
}
|
|
|
this.memberGrade = { ...memberGrade[0] };
|