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