Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-01-16 13:19:23 | 2 | * @Date: 2024-01-16 13:19:23 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-01-30 15:20:08 | 4 | + * @LastEditTime: 2024-01-30 16:10:10 |
| 5 | * @FilePath: /xysBooking/src/views/bookingDetail.vue | 5 | * @FilePath: /xysBooking/src/views/bookingDetail.vue |
| 6 | * @Description: 预约记录详情 | 6 | * @Description: 预约记录详情 |
| 7 | --> | 7 | --> |
| ... | @@ -123,7 +123,7 @@ onMounted(async () => { | ... | @@ -123,7 +123,7 @@ onMounted(async () => { |
| 123 | switch (billInfo.value.status) { | 123 | switch (billInfo.value.status) { |
| 124 | case CodeStatus.SUCCESS: | 124 | case CodeStatus.SUCCESS: |
| 125 | qrCodeStatus.value = 'success'; | 125 | qrCodeStatus.value = 'success'; |
| 126 | - qrCodeStatusText.value = '待使用'; | 126 | + qrCodeStatusText.value = '预约成功'; |
| 127 | break; | 127 | break; |
| 128 | case CodeStatus.CANCEL: | 128 | case CodeStatus.CANCEL: |
| 129 | qrCodeStatus.value = 'cancel'; | 129 | qrCodeStatus.value = 'cancel'; | ... | ... |
-
Please register or login to post a comment