Преглед на файлове

更新 'hichina-main-front-mobile-first/src/pages/ProductDetailPage.vue'

fxie преди 1 година
родител
ревизия
1f519b6e16
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      hichina-main-front-mobile-first/src/pages/ProductDetailPage.vue

+ 2 - 1
hichina-main-front-mobile-first/src/pages/ProductDetailPage.vue

@@ -346,7 +346,8 @@ export default {
         totalPrice.value =
           adultCount.value * adultUnitPrice.value +
           childCount.value * childUnitPrice.value +
-          infantCount.value * infantUnitPrice.value;
+          infantCount.value * infantUnitPrice.value +
+          (adultCount.value % 2 == 0 ? 0 : 1*singleDiffPrice.value);
       } else {
         totalPrice.value = generalPrice.value * buyCount.value;
       }