Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xyxBooking-weapp
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
2026-01-20 18:03:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1477518106f35d3358877f20fcc12ea4d15220c9
14775181
1 parent
abb53408
fix: 核销失败时清空verify_info值
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/pages/verificationResult/index.vue
src/pages/verificationResult/index.vue
View file @
1477518
<!--
* @Date: 2026-01-08 13:01:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2026-01-20 1
7:59:01
* @LastEditTime: 2026-01-20 1
8: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 = '核销失败'
...
...
Please
register
or
login
to post a comment