Ver código fonte

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

fxie 1 ano atrás
pai
commit
6366fb6807

+ 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