소스 검색

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

fxie 1 년 전
부모
커밋
6366fb6807
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hichina-main-front-mobile-first/src/pages/ProductDetailPage.vue

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

@@ -202,7 +202,7 @@
                 adultCount * adultUnitPrice +
                 childCount * childUnitPrice +
                 infantCount * infantUnitPrice +
-                (adultCount % 2 == 0 ? 0 : singleDiffPrice)
+                (adultCount % 2 == 0 ? 0 : 1*singleDiffPrice)
               }}
               <lable v-if="adultCount % 2 != 0 && singleDiffPrice > 0"
                 >(Include single room difference:{{ singleDiffPrice }})</lable