Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xysBooking
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-01-27 18:07:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
68d61fb63ed328b66009f228a78c5071ce624830
68d61fb6
1 parent
2b6eddae
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/components/reserveCard.vue
src/components/reserveCard.vue
View file @
68d61fb
<!--
* @Date: 2024-01-24 16:38:13
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-01-27 1
7:59:31
* @LastEditTime: 2024-01-27 1
8: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: '',
...
...
Please
register
or
login
to post a comment