Showing
2 changed files
with
10 additions
and
4 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2026-01-08 13:01:20 | 2 | * @Date: 2026-01-08 13:01:20 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2026-01-14 10:14:28 | 4 | + * @LastEditTime: 2026-01-15 16:49:25 |
| 5 | * @FilePath: /xyxBooking-weapp/src/pages/verificationResult/index.vue | 5 | * @FilePath: /xyxBooking-weapp/src/pages/verificationResult/index.vue |
| 6 | * @Description: 核销结果页面 | 6 | * @Description: 核销结果页面 |
| 7 | --> | 7 | --> |
| ... | @@ -86,6 +86,12 @@ const can_redeem_text = computed(() => { | ... | @@ -86,6 +86,12 @@ const can_redeem_text = computed(() => { |
| 86 | return '未授权' | 86 | return '未授权' |
| 87 | }) | 87 | }) |
| 88 | 88 | ||
| 89 | +/** | ||
| 90 | + * @description: 核销预约码 | ||
| 91 | + * @param {string} code | ||
| 92 | + * @return {void} | ||
| 93 | + */ | ||
| 94 | + | ||
| 89 | const verify_ticket = async (code) => { | 95 | const verify_ticket = async (code) => { |
| 90 | if (!code) return | 96 | if (!code) return |
| 91 | if (verify_status.value === 'verifying') return | 97 | if (verify_status.value === 'verifying') return | ... | ... |
| 1 | /* | 1 | /* |
| 2 | * @Date: 2026-01-13 21:28:45 | 2 | * @Date: 2026-01-13 21:28:45 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2026-01-13 21:31:17 | 4 | + * @LastEditTime: 2026-01-15 19:24:57 |
| 5 | * @FilePath: /xyxBooking-weapp/src/utils/uiText.js | 5 | * @FilePath: /xyxBooking-weapp/src/utils/uiText.js |
| 6 | * @Description: 弱网络提示文本 | 6 | * @Description: 弱网络提示文本 |
| 7 | */ | 7 | */ |
| 8 | export const weak_network_text = { | 8 | export const weak_network_text = { |
| 9 | title: '网络连接不畅', | 9 | title: '网络连接不畅', |
| 10 | toast_title: '网络连接不畅', | 10 | toast_title: '网络连接不畅', |
| 11 | - banner_desc: '网络开小差啦!请检查网络设置,或更换位置后重新尝试~', | 11 | + banner_desc: '网络开小差啦!请检查网络设置,或更换位置后重新进入小程序~', |
| 12 | offline_page_desc: '当前网络信号较弱,已自动为您切换至离线模式', | 12 | offline_page_desc: '当前网络信号较弱,已自动为您切换至离线模式', |
| 13 | - modal_no_cache_content: '当前网络信号较弱,暂无法使用小程序,请检查网络设置,或更换位置后重新尝试~', | 13 | + modal_no_cache_content: '当前网络信号较弱,暂无法使用小程序,请检查网络设置,或更换位置后重新进入小程序~', |
| 14 | modal_use_cache_content: '当前网络信号较弱,可使用已缓存的预约记录进入离线模式', | 14 | modal_use_cache_content: '当前网络信号较弱,可使用已缓存的预约记录进入离线模式', |
| 15 | modal_go_offline_records_content: '当前网络信号较弱,是否进入离线预约记录?', | 15 | modal_go_offline_records_content: '当前网络信号较弱,是否进入离线预约记录?', |
| 16 | offline_mode_no_booking_toast: '当前为离线模式,无法预约', | 16 | offline_mode_no_booking_toast: '当前为离线模式,无法预约', | ... | ... |
-
Please register or login to post a comment