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-23 10:25:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e6707c9469b4987c944297ff52c02edb09137c97
e6707c94
1 parent
859a9e76
无需预约显示文案优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
src/views/booking.vue
src/views/booking.vue
View file @
e6707c9
<!--
* @Date: 2024-01-15 13:35:51
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-01-2
2 18:43:26
* @LastEditTime: 2024-01-2
3 10:23:42
* @FilePath: /xysBooking/src/views/booking.vue
* @Description: 预约页面
-->
...
...
@@ -57,7 +57,10 @@
</div>
<div v-if="checked_day_reserve_full === -1" class="choose-time">
<div class="title">
<div class="text">无需预约</div>
<div class="text">选择参访时间段</div>
</div>
<div style="padding: 0.5rem 0.75rem; color: #A67939; text-align: center;">
无需预约,请直接前往参观
</div>
</div>
</div>
...
...
Please
register
or
login
to post a comment