Ver Fonte

浦东:下单时,消费减免需要乘 60

john há 2 anos atrás
pai
commit
ad0044ad2d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/pages/parkingFee/mixins/parkingFeeDetail.js

+ 1 - 1
src/pages/parkingFee/mixins/parkingFeeDetail.js

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