hookehuyr

fix

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