fix: 修改订单计算逻辑

This commit is contained in:
2025-09-19 18:32:25 +08:00
parent 37f1079b1f
commit f76dff67d4
20 changed files with 1800 additions and 701 deletions

View File

@@ -882,6 +882,12 @@ watch(
}
}
);
watch(
() => perpole.value,
(newval) => {
carts.seatFeeConfig.personCount = newval;
}
);
</script>
<style lang="scss" scoped>