|
@@ -232,8 +232,8 @@ export default {
|
|
|
this.checkedList = [];
|
|
|
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] };
|