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-22 12:27:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
98a09c5df08a6ea571a6dd8243830bd0ca9b07a2
98a09c5d
1 parent
3efb1eae
预约页面日历上不能预约日期下显示价格
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/views/booking.vue
src/views/booking.vue
View file @
98a09c5
<!--
* @Date: 2024-01-15 13:35:51
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-01-2
0 10:50:39
* @LastEditTime: 2024-01-2
2 10:24:44
* @FilePath: /xysBooking/src/views/booking.vue
* @Description: 预约页面
-->
...
...
@@ -24,7 +24,8 @@
<div v-if="findDatesInfo(date).date">
<p class="day-text">{{ findDatesInfo(date).text }}</p>
<p v-if="!findDatesInfo(date).reserve_full" class="day-price">¥{{ findDatesInfo(date).price }}</p>
<p v-else class="day-no-booking">已约满</p>
<!-- <p v-else class="day-no-booking">已约满</p> -->
<p v-else class="day-no-booking">¥{{ findDatesInfo(date).price }}</p>
</div>
</div>
</div>
...
...
Please
register
or
login
to post a comment