hookehuyr

fix: 核销失败时清空verify_info值

<!--
* @Date: 2026-01-08 13:01:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2026-01-20 17:59:01
* @LastEditTime: 2026-01-20 18:03:33
* @FilePath: /xyxBooking-weapp/src/pages/verificationResult/index.vue
* @Description: 核销结果页面
-->
......@@ -156,6 +156,7 @@ const verify_ticket = async (code) => {
}
verify_status.value = 'fail'
msg.value = res?.msg || '核销失败'
verify_info.value = {}
} catch (e) {
verify_status.value = 'fail'
msg.value = '核销失败'
......