|
@@ -180,7 +180,7 @@ export default {
|
|
let discountFee = 0
|
|
let discountFee = 0
|
|
if(selected) {
|
|
if(selected) {
|
|
discountFee = consume[0].hasOwnProperty('discountFee') ? consume[0].discountFee : memberGrade[0].defaultDiscountTime * hourPrice;
|
|
discountFee = consume[0].hasOwnProperty('discountFee') ? consume[0].discountFee : memberGrade[0].defaultDiscountTime * hourPrice;
|
|
- discountTime = discountFee / hourPrice;
|
|
|
|
|
|
+ discountTime = discountFee / hourPrice * 60;
|
|
}
|
|
}
|
|
params.discountInfo.consume = {
|
|
params.discountInfo.consume = {
|
|
...consume[0],
|
|
...consume[0],
|