|
@@ -317,7 +317,8 @@ export default {
|
|
// 转化公式之后
|
|
// 转化公式之后
|
|
// this.maxReduceDiscount = remainConsumeTime > couponCodesLength ? couponCodesLength : remainConsumeTime
|
|
// this.maxReduceDiscount = remainConsumeTime > couponCodesLength ? couponCodesLength : remainConsumeTime
|
|
this.maxReduceDiscount = otherFee > couponCodesLength ? couponCodesLength : otherFee
|
|
this.maxReduceDiscount = otherFee > couponCodesLength ? couponCodesLength : otherFee
|
|
- this.reduceHours = this.maxReduceDiscount
|
|
|
|
|
|
+ // this.reduceHours = this.maxReduceDiscount
|
|
|
|
+ !isSelected && (this.reduceHours = this.maxReduceDiscount)
|
|
return
|
|
return
|
|
// 如果超过限制就置灰
|
|
// 如果超过限制就置灰
|
|
// const maxOneTimeDiscountTimeFee = (couponCodes.split('#').length) * hourPrice
|
|
// const maxOneTimeDiscountTimeFee = (couponCodes.split('#').length) * hourPrice
|