Showing
1 changed file
with
5 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-01-15 13:35:51 | 2 | * @Date: 2024-01-15 13:35:51 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-01-22 18:43:26 | 4 | + * @LastEditTime: 2024-01-23 10:23:42 |
| 5 | * @FilePath: /xysBooking/src/views/booking.vue | 5 | * @FilePath: /xysBooking/src/views/booking.vue |
| 6 | * @Description: 预约页面 | 6 | * @Description: 预约页面 |
| 7 | --> | 7 | --> |
| ... | @@ -57,7 +57,10 @@ | ... | @@ -57,7 +57,10 @@ |
| 57 | </div> | 57 | </div> |
| 58 | <div v-if="checked_day_reserve_full === -1" class="choose-time"> | 58 | <div v-if="checked_day_reserve_full === -1" class="choose-time"> |
| 59 | <div class="title"> | 59 | <div class="title"> |
| 60 | - <div class="text">无需预约</div> | 60 | + <div class="text">选择参访时间段</div> |
| 61 | + </div> | ||
| 62 | + <div style="padding: 0.5rem 0.75rem; color: #A67939; text-align: center;"> | ||
| 63 | + 无需预约,请直接前往参观 | ||
| 61 | </div> | 64 | </div> |
| 62 | </div> | 65 | </div> |
| 63 | </div> | 66 | </div> | ... | ... |
-
Please register or login to post a comment