|
@@ -177,10 +177,11 @@ export default {
|
|
this.maxReduceDiscount = remainConsumeTime;
|
|
this.maxReduceDiscount = remainConsumeTime;
|
|
}
|
|
}
|
|
this.oldCheckedList = [...this.checkedList];
|
|
this.oldCheckedList = [...this.checkedList];
|
|
- // 如果是杭州、沈阳可以选择
|
|
|
|
- if (this.parkMallCode === 2 || this.parkMallCode === 4) {
|
|
|
|
- this.isReduces = JSON.stringify(this.consume) === '{}';
|
|
|
|
- }
|
|
|
|
|
|
+ // 如果是杭州、沈阳和合集可以选择
|
|
|
|
+ // if (this.parkMallCode === 2 || this.parkMallCode === 4 || this.parkMallCode === 7) {
|
|
|
|
+ // this.isReduces = JSON.stringify(this.consume) === '{}';
|
|
|
|
+ // }
|
|
|
|
+ this.isReduces = JSON.stringify(this.consume) === '{}';
|
|
},
|
|
},
|
|
setIsMemberDiscountDisabled() {
|
|
setIsMemberDiscountDisabled() {
|
|
this.todayReduceDiscountMessage = '当日';
|
|
this.todayReduceDiscountMessage = '当日';
|