hookehuyr

fix

<!--
* @Date: 2024-01-24 16:38:13
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-01-27 17:59:31
* @LastEditTime: 2024-01-27 18:07:02
* @FilePath: /xysBooking/src/components/reserveCard.vue
* @Description: 预约记录卡组件
-->
......@@ -133,6 +133,7 @@ function formatTime(seconds) {
let timeId = null;
const remain_time = ref(0); // 剩余时间秒数
const reserve_info = ref({
pay_id: '',
booking_time: '',
status: '',
total_qty: '',
......