diff --git a/bundle/reserve/details.vue b/bundle/reserve/details.vue index 3d54921..55cfd62 100644 --- a/bundle/reserve/details.vue +++ b/bundle/reserve/details.vue @@ -177,7 +177,7 @@ : 'cg-info-time-normal' ]" > - + @@ -226,7 +226,7 @@ - 立即预约 + {{ typeId == 1 ? '立即预约' : '立即支付' }} @@ -533,7 +533,8 @@ export default { // 保留2位小数,不四舍五入 totalPrice = Number(totalPrice.toFixed(2)); totalLightPrice = Number(totalLightPrice.toFixed(2)); - const total = Number((totalPrice + totalLightPrice).toFixed(2)); + // const total = Number((totalPrice + totalLightPrice).toFixed(2)); 2025-12-30要求显示灯光费用,但是不显示在总价中 + const total = Number((totalPrice - 0).toFixed(2)); this.selectedReserveTime = room_list; @@ -543,7 +544,7 @@ export default { cdf: { nums: this.countSelectedTime, price: 0, - total: totalPrice + total: Number((totalPrice - totalLightPrice).toFixed(2)) }, dgf: { nums: this.countSelectedTime,