diff --git a/bundle/reserve/confirm.vue b/bundle/reserve/confirm.vue index 7d9dcc1..cfeca31 100644 --- a/bundle/reserve/confirm.vue +++ b/bundle/reserve/confirm.vue @@ -233,32 +233,56 @@ - + 退订规则 - ①开场前≥24小时退订,可全款退款 + ① 开场前≥24小时退订,可全款退款 - ②4小时<开场前<24小时退订,收取50%手续费 + ② 4小时<开场前<24小时退订,收取50%手续费 - ③开场前≤4小时退订,不予退款 + ③ 开场前≤4小时退订,不予退款 + + + + + + + + 入场须知 + + + 1、入场需通过小程序进行扫码支付。未支付者不得擅自使用场地; + + + 2、准确出入场,未成年人须在监护人的陪同下进入场地,严禁未经许可擅自进入; + + + 3、未经允许不得在场地内进行篮球教学或培训活动; + + + 4、禁止场地进行商业拍摄,如需拍摄与场地管理方沟通(换装或协助拍摄视为商拍); + + + 5、企业团建、商业活动等请与场地管理方沟通。 @@ -495,7 +519,7 @@ if (idx === -1) return str + (decimal > 0 ? '.' + '0'.repeat(decimal) : ''); return str.substring(0, idx + decimal + 1).padEnd(idx + decimal + 1, '0'); } - self.bill.cdf.total = Number(toFixedNoRound(self.bill.cdf.total, 2)); + self.bill.cdf.total = Number(toFixedNoRound(self.bill.cdf.total - self.bill.dgf.total, 2)); self.bill.dgf.total = Number(toFixedNoRound(self.bill.dgf.total, 2)); self.bill.total = Number(toFixedNoRound(self.bill.cdf.total + self.bill.dgf.total, 2)); self.originalTotal = self.bill.total; // 记录原始总价